Color Hex Logo

#dcae6d Color Hex

#DCAE6D
(220,174,109)
0 Favorites   0 Comments

Color spaces of #dcae6d

RGB 220174109
HSL0.100.610.65
HSV35°50°86°
CMYK 0.000.210.50   0.14
XYZ47.411646.591920.9623
Yxy46.59190.41240.4053
Hunter Lab68.25834.532629.5727
CIE-Lab73.92808.918039.5639

#dcae6d color RGB value is (220,174,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101110 01101101
Octal 334 256 155
Decimal 220 174 109
Hex DC AE 6D

RGB Percentages of Color #dcae6d

%43.74
%34.59
%21.67

CMYK Percentages of Color #dcae6d

%0
%21
%50
%14

Triadic Colors of #dcae6d

#dcae6d #6ddcae #ae6ddc

Analogous Colors of #dcae6d

#dcae6d #d3dc6d #dc776d

Monochromatic Colors of #dcae6d

#dcae6d

Complementary Color

#dcae6d #6d9bdc

#dcae6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcae6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcae6d Color CSS Codes

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

#dcae6d Text Font Color

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

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


#dcae6d Background Color

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

This div background color is #dcae6d


#dcae6d Border Color

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

This div border color is #dcae6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcae6d


Comments

No comments written yet.

Please login to write comment.