Color Hex Logo

#dcad0d Color Hex

#DCAD0D
(220,173,13)
0 Favorites   0 Comments

Color spaces of #dcad0d

RGB 22017313
HSL0.130.890.46
HSV46°94°86°
CMYK 0.000.210.94   0.14
XYZ44.531445.13186.7450
Yxy45.13180.46190.4681
Hunter Lab67.18020.756041.0733
CIE-Lab72.97864.812074.2760

#dcad0d color RGB value is (220,173,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101101 00001101
Octal 334 255 15
Decimal 220 173 13
Hex DC AD D

RGB Percentages of Color #dcad0d

%54.19
%42.61
%3.20

CMYK Percentages of Color #dcad0d

%0
%21
%94
%14

Triadic Colors of #dcad0d

#dcad0d #0ddcad #ad0ddc

Analogous Colors of #dcad0d

#dcad0d #a4dc0d #dc450d

Monochromatic Colors of #dcad0d

#dcad0d

Complementary Color

#dcad0d #0d3cdc

#dcad0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcad0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcad0d Color CSS Codes

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

#dcad0d Text Font Color

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

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


#dcad0d Background Color

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

This div background color is #dcad0d


#dcad0d Border Color

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

This div border color is #dcad0d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,173,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 #dcad0d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcad0d


Comments

No comments written yet.

Please login to write comment.