Color Hex Logo

#dcc004 Color Hex

#DCC004
(220,192,4)
0 Favorites   0 Comments

Color spaces of #dcc004

RGB 2201924
HSL0.150.960.44
HSV52°98°86°
CMYK 0.000.130.98   0.14
XYZ48.386852.92377.7799
Yxy52.92370.44350.4851
Hunter Lab72.7487-8.585844.5835
CIE-Lab77.8299-5.200578.7840

#dcc004 color RGB value is (220,192,4).

#dcc004 hex color red value is 220, green value is 192 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #dcc004 hue: 0.15 , saturation: 0.96 and the lightness value of dcc004 is 0.44.

The process color (four color CMYK) of #dcc004 color hex is 0.00, 0.13, 0.98, 0.14. Web safe color of #dcc004 is #cccc00. Color #dcc004 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000000 00000100
Octal 334 300 4
Decimal 220 192 4
Hex DC C0 4

RGB Percentages of Color #dcc004

%52.88
%46.15
%0.96

CMYK Percentages of Color #dcc004

%0
%13
%98
%14

Triadic Colors of #dcc004

#dcc004 #04dcc0 #c004dc

Analogous Colors of #dcc004

#dcc004 #8cdc04 #dc5404

Monochromatic Colors of #dcc004

#dcc004

Complementary Color

#dcc004 #0420dc

#dcc004 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc004 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc004 Color CSS Codes

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

#dcc004 Text Font Color

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

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


#dcc004 Background Color

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

This div background color is #dcc004


#dcc004 Border Color

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

This div border color is #dcc004


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc004


Comments

No comments written yet.

Please login to write comment.