color codes Logo

#dac40a color codes

#DAC40A
(218,196,10)
0 Favorites   0 Comments

Color spaces of #dac40a

RGB 21819610
HSL0.150.910.45
HSV54°95°85°
CMYK 0.000.100.95   0.15
XYZ48.708254.40728.2216
Yxy54.40720.43750.4887
Hunter Lab73.7612-11.209845.0243
CIE-Lab78.6986-8.062678.7399

#dac40a color RGB value is (218,196,10).

#dac40a hex color red value is 218, green value is 196 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #dac40a hue: 0.15 , saturation: 0.91 and the lightness value of dac40a is 0.45.

The process color (four color CMYK) of #dac40a color code is 0.00, 0.10, 0.95, 0.15. Web safe color of #dac40a is #cccc00. Color #dac40a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000100 00001010
Octal 332 304 12
Decimal 218 196 10
Hex DA C4 A

RGB Percentages of Color #dac40a

%51.42
%46.23
%2.36

CMYK Percentages of Color #dac40a

%0
%10
%95
%15

Triadic Colors of #dac40a

#dac40a #0adac4 #c40ada

Analogous Colors of #dac40a

#dac40a #88da0a #da5c0a

Monochromatic Colors of #dac40a

#dac40a

Complementary Color

#dac40a #0a20da

#dac40a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac40a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac40a Color CSS Codes

.mybgcolor {background-color:#dac40a; } 
.myforecolor {color:#dac40a; }
.mybordercolor {border:3px solid #dac40a; }

#dac40a Text Font Color

<p style="color:#dac40a">Text here</p>

This sample text font color is #dac40a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dac40a Background Color

<div style="background-color:#dac40a">
Div content here</div>

This div background color is #dac40a


#dac40a Border Color

<div style="border:3px solid #dac40a">
Div here</div>

This div border color is #dac40a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,196,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dac40a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dac40a;
  -webkit-box-shadow: 1px 1px 3px 2px #dac40a;
  box-shadow:         1px 1px 3px 2px #dac40a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,196,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dac40a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dac40a;
  -webkit-box-shadow: 1px 1px 3px 2px #dac40a;
  box-shadow:         1px 1px 3px 2px #dac40a;">
Div content here</div>

This div box has shadow with color #dac40a


Comments

No comments written yet.

Please login to write comment.