Color Hex Logo

#dcaa0b Color Hex

#DCAA0B
(220,170,11)
0 Favorites   0 Comments

Color spaces of #dcaa0b

RGB 22017011
HSL0.130.900.45
HSV46°95°86°
CMYK 0.000.230.95   0.14
XYZ43.950343.98936.4910
Yxy43.98930.46540.4658
Hunter Lab66.32442.216440.6245
CIE-Lab72.22136.379573.9765

#dcaa0b color RGB value is (220,170,11).

#dcaa0b hex color red value is 220, green value is 170 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #dcaa0b hue: 0.13 , saturation: 0.90 and the lightness value of dcaa0b is 0.45.

The process color (four color CMYK) of #dcaa0b color hex is 0.00, 0.23, 0.95, 0.14. Web safe color of #dcaa0b is #cc9900. Color #dcaa0b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101010 00001011
Octal 334 252 13
Decimal 220 170 11
Hex DC AA B

RGB Percentages of Color #dcaa0b

%54.86
%42.39
%2.74

CMYK Percentages of Color #dcaa0b

%0
%23
%95
%14

Triadic Colors of #dcaa0b

#dcaa0b #0bdcaa #aa0bdc

Analogous Colors of #dcaa0b

#dcaa0b #a6dc0b #dc410b

Monochromatic Colors of #dcaa0b

#dcaa0b

Complementary Color

#dcaa0b #0b3ddc

#dcaa0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaa0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaa0b Color CSS Codes

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

#dcaa0b Text Font Color

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

This sample text font color is #dcaa0b
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.


#dcaa0b Background Color

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

This div background color is #dcaa0b


#dcaa0b Border Color

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

This div border color is #dcaa0b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,170,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dcaa0b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dcaa0b;
  -webkit-box-shadow: 1px 1px 3px 2px #dcaa0b;
  box-shadow:         1px 1px 3px 2px #dcaa0b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,170,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaa0b


Comments

No comments written yet.

Please login to write comment.