Color Hex Logo

#dcae4f Color Hex

#DCAE4F
(220,174,79)
0 Favorites   0 Comments

Color spaces of #dcae4f

RGB 22017479
HSL0.110.670.59
HSV40°64°86°
CMYK 0.000.210.64   0.14
XYZ46.062546.052313.8584
Yxy46.05230.43470.4346
Hunter Lab67.86182.402035.3954
CIE-Lab73.57956.622853.8436

#dcae4f color RGB value is (220,174,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101110 01001111
Octal 334 256 117
Decimal 220 174 79
Hex DC AE 4F

RGB Percentages of Color #dcae4f

%46.51
%36.79
%16.70

CMYK Percentages of Color #dcae4f

%0
%21
%64
%14

Triadic Colors of #dcae4f

#dcae4f #4fdcae #ae4fdc

Analogous Colors of #dcae4f

#dcae4f #c4dc4f #dc684f

Monochromatic Colors of #dcae4f

#dcae4f

Complementary Color

#dcae4f #4f7ddc

#dcae4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcae4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcae4f Color CSS Codes

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

#dcae4f Text Font Color

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

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


#dcae4f Background Color

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

This div background color is #dcae4f


#dcae4f Border Color

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

This div border color is #dcae4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcae4f


Comments

No comments written yet.

Please login to write comment.