Color Hex Logo

#dcaa36 Color Hex

#DCAA36
(220,170,54)
0 Favorites   0 Comments

Color spaces of #dcaa36

RGB 22017054
HSL0.120.700.54
HSV42°75°86°
CMYK 0.000.230.75   0.14
XYZ44.555844.23149.6792
Yxy44.23140.45250.4492
Hunter Lab66.50673.198437.9258
CIE-Lab72.38297.450663.1244

#dcaa36 color RGB value is (220,170,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101010 00110110
Octal 334 252 66
Decimal 220 170 54
Hex DC AA 36

RGB Percentages of Color #dcaa36

%49.55
%38.29
%12.16

CMYK Percentages of Color #dcaa36

%0
%23
%75
%14

Triadic Colors of #dcaa36

#dcaa36 #36dcaa #aa36dc

Analogous Colors of #dcaa36

#dcaa36 #bbdc36 #dc5736

Monochromatic Colors of #dcaa36

#dcaa36

Complementary Color

#dcaa36 #3668dc

#dcaa36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaa36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaa36 Color CSS Codes

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

#dcaa36 Text Font Color

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

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


#dcaa36 Background Color

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

This div background color is #dcaa36


#dcaa36 Border Color

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

This div border color is #dcaa36


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaa36


Comments

No comments written yet.

Please login to write comment.