Color Hex Logo

#dcae5f Color Hex

#DCAE5F
(220,174,95)
0 Favorites   0 Comments

Color spaces of #dcae5f

RGB 22017495
HSL0.110.640.62
HSV38°57°86°
CMYK 0.000.210.57   0.14
XYZ46.716846.314017.3037
Yxy46.31400.42340.4198
Hunter Lab68.05443.438432.5628
CIE-Lab73.74887.743646.4075

#dcae5f color RGB value is (220,174,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101110 01011111
Octal 334 256 137
Decimal 220 174 95
Hex DC AE 5F

RGB Percentages of Color #dcae5f

%44.99
%35.58
%19.43

CMYK Percentages of Color #dcae5f

%0
%21
%57
%14

Triadic Colors of #dcae5f

#dcae5f #5fdcae #ae5fdc

Analogous Colors of #dcae5f

#dcae5f #ccdc5f #dc705f

Monochromatic Colors of #dcae5f

#dcae5f

Complementary Color

#dcae5f #5f8ddc

#dcae5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcae5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcae5f Color CSS Codes

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

#dcae5f Text Font Color

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

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


#dcae5f Background Color

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

This div background color is #dcae5f


#dcae5f Border Color

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

This div border color is #dcae5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcae5f


Comments

No comments written yet.

Please login to write comment.