Color Hex Logo

#dccc0d Color Hex

#DCCC0D
(220,204,13)
0 Favorites   0 Comments

Color spaces of #dccc0d

RGB 22020413
HSL0.150.890.46
HSV55°94°86°
CMYK 0.000.070.94   0.14
XYZ51.180758.43048.9615
Yxy58.43040.43160.4928
Hunter Lab76.4398-14.253946.5569
CIE-Lab80.9775-11.226780.2057

#dccc0d color RGB value is (220,204,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001100 00001101
Octal 334 314 15
Decimal 220 204 13
Hex DC CC D

RGB Percentages of Color #dccc0d

%50.34
%46.68
%2.97

CMYK Percentages of Color #dccc0d

%0
%7
%94
%14

Triadic Colors of #dccc0d

#dccc0d #0ddccc #cc0ddc

Analogous Colors of #dccc0d

#dccc0d #85dc0d #dc650d

Monochromatic Colors of #dccc0d

#dccc0d

Complementary Color

#dccc0d #0d1ddc

#dccc0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccc0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccc0d Color CSS Codes

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

#dccc0d Text Font Color

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

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


#dccc0d Background Color

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

This div background color is #dccc0d


#dccc0d Border Color

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

This div border color is #dccc0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccc0d


Comments

No comments written yet.

Please login to write comment.