Color Hex Logo

#dccd0d Color Hex

#DCCD0D
(220,205,13)
0 Favorites   0 Comments

Color spaces of #dccd0d

RGB 22020513
HSL0.150.890.46
HSV56°94°86°
CMYK 0.000.070.94   0.14
XYZ51.419258.90739.0409
Yxy58.90730.43080.4935
Hunter Lab76.7511-14.728846.7417
CIE-Lab81.2406-11.730080.4032

#dccd0d color RGB value is (220,205,13).

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

The process color (four color CMYK) of #dccd0d color hex is 0.00, 0.07, 0.94, 0.14. Web safe color of #dccd0d is #cccc00. Color #dccd0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001101 00001101
Octal 334 315 15
Decimal 220 205 13
Hex DC CD D

RGB Percentages of Color #dccd0d

%50.23
%46.80
%2.97

CMYK Percentages of Color #dccd0d

%0
%7
%94
%14

Triadic Colors of #dccd0d

#dccd0d #0ddccd #cd0ddc

Analogous Colors of #dccd0d

#dccd0d #84dc0d #dc660d

Monochromatic Colors of #dccd0d

#dccd0d

Complementary Color

#dccd0d #0d1cdc

#dccd0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccd0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccd0d Color CSS Codes

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

#dccd0d Text Font Color

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

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


#dccd0d Background Color

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

This div background color is #dccd0d


#dccd0d Border Color

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

This div border color is #dccd0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccd0d


Comments

No comments written yet.

Please login to write comment.