Color Hex Logo

#dcae71 Color Hex

#DCAE71
(220,174,113)
0 Favorites   0 Comments

Color spaces of #dcae71

RGB 220174113
HSL0.100.600.65
HSV34°49°86°
CMYK 0.000.210.49   0.14
XYZ47.631946.680022.1225
Yxy46.68000.40910.4009
Hunter Lab68.32284.878228.6282
CIE-Lab73.98469.287037.5692

#dcae71 color RGB value is (220,174,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101110 01110001
Octal 334 256 161
Decimal 220 174 113
Hex DC AE 71

RGB Percentages of Color #dcae71

%43.39
%34.32
%22.29

CMYK Percentages of Color #dcae71

%0
%21
%49
%14

Triadic Colors of #dcae71

#dcae71 #71dcae #ae71dc

Analogous Colors of #dcae71

#dcae71 #d5dc71 #dc7971

Monochromatic Colors of #dcae71

#dcae71

Complementary Color

#dcae71 #719fdc

#dcae71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcae71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcae71 Color CSS Codes

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

#dcae71 Text Font Color

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

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


#dcae71 Background Color

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

This div background color is #dcae71


#dcae71 Border Color

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

This div border color is #dcae71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcae71


Comments

No comments written yet.

Please login to write comment.