Color Hex Logo

#dcae0d Color Hex

#DCAE0D
(220,174,13)
0 Favorites   0 Comments

Color spaces of #dcae0d

RGB 22017413
HSL0.130.890.46
HSV47°94°86°
CMYK 0.000.210.94   0.14
XYZ44.723945.51686.8092
Yxy45.51680.46080.4690
Hunter Lab67.46610.263541.2423
CIE-Lab73.23094.283374.4607

#dcae0d color RGB value is (220,174,13).

#dcae0d hex color red value is 220, green value is 174 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #dcae0d hue: 0.13 , saturation: 0.89 and the lightness value of dcae0d is 0.46.

The process color (four color CMYK) of #dcae0d color hex is 0.00, 0.21, 0.94, 0.14. Web safe color of #dcae0d is #cc9900. Color #dcae0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101110 00001101
Octal 334 256 15
Decimal 220 174 13
Hex DC AE D

RGB Percentages of Color #dcae0d

%54.05
%42.75
%3.19

CMYK Percentages of Color #dcae0d

%0
%21
%94
%14

Triadic Colors of #dcae0d

#dcae0d #0ddcae #ae0ddc

Analogous Colors of #dcae0d

#dcae0d #a3dc0d #dc460d

Monochromatic Colors of #dcae0d

#dcae0d

Complementary Color

#dcae0d #0d3bdc

#dcae0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcae0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcae0d Color CSS Codes

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

#dcae0d Text Font Color

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

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


#dcae0d Background Color

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

This div background color is #dcae0d


#dcae0d Border Color

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

This div border color is #dcae0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcae0d


Comments

No comments written yet.

Please login to write comment.