Color Hex Logo

#dcaa2a Color Hex

#DCAA2A
(220,170,42)
0 Favorites   0 Comments

Color spaces of #dcaa2a

RGB 22017042
HSL0.120.720.51
HSV43°81°86°
CMYK 0.000.230.81   0.14
XYZ44.307844.13238.3736
Yxy44.13230.45770.4558
Hunter Lab66.43212.796739.0292
CIE-Lab72.31687.013467.2192

#dcaa2a color RGB value is (220,170,42).

#dcaa2a hex color red value is 220, green value is 170 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #dcaa2a hue: 0.12 , saturation: 0.72 and the lightness value of dcaa2a is 0.51.

The process color (four color CMYK) of #dcaa2a color hex is 0.00, 0.23, 0.81, 0.14. Web safe color of #dcaa2a is #cc9933. Color #dcaa2a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101010 00101010
Octal 334 252 52
Decimal 220 170 42
Hex DC AA 2A

RGB Percentages of Color #dcaa2a

%50.93
%39.35
%9.72

CMYK Percentages of Color #dcaa2a

%0
%23
%81
%14

Triadic Colors of #dcaa2a

#dcaa2a #2adcaa #aa2adc

Analogous Colors of #dcaa2a

#dcaa2a #b5dc2a #dc512a

Monochromatic Colors of #dcaa2a

#dcaa2a

Complementary Color

#dcaa2a #2a5cdc

#dcaa2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaa2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaa2a Color CSS Codes

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

#dcaa2a Text Font Color

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

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


#dcaa2a Background Color

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

This div background color is #dcaa2a


#dcaa2a Border Color

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

This div border color is #dcaa2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaa2a


Comments

No comments written yet.

Please login to write comment.