Color Hex Logo

#dcae60 Color Hex

#DCAE60
(220,174,96)
0 Favorites   0 Comments

Color spaces of #dcae60

RGB 22017496
HSL0.100.640.62
HSV38°56°86°
CMYK 0.000.210.56   0.14
XYZ46.762646.332317.5447
Yxy46.33230.42270.4188
Hunter Lab68.06783.510832.3653
CIE-Lab73.76067.821645.9272

#dcae60 color RGB value is (220,174,96).

#dcae60 hex color red value is 220, green value is 174 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #dcae60 hue: 0.10 , saturation: 0.64 and the lightness value of dcae60 is 0.62.

The process color (four color CMYK) of #dcae60 color hex is 0.00, 0.21, 0.56, 0.14. Web safe color of #dcae60 is #cc9966. Color #dcae60 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101110 01100000
Octal 334 256 140
Decimal 220 174 96
Hex DC AE 60

RGB Percentages of Color #dcae60

%44.90
%35.51
%19.59

CMYK Percentages of Color #dcae60

%0
%21
%56
%14

Triadic Colors of #dcae60

#dcae60 #60dcae #ae60dc

Analogous Colors of #dcae60

#dcae60 #ccdc60 #dc7060

Monochromatic Colors of #dcae60

#dcae60

Complementary Color

#dcae60 #608edc

#dcae60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcae60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcae60 Color CSS Codes

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

#dcae60 Text Font Color

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

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


#dcae60 Background Color

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

This div background color is #dcae60


#dcae60 Border Color

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

This div border color is #dcae60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcae60


Comments

No comments written yet.

Please login to write comment.