Color Hex Logo

#dcc00c Color Hex

#DCC00C
(220,192,12)
0 Favorites   0 Comments

Color spaces of #dcc00c

RGB 22019212
HSL0.140.900.45
HSV52°95°86°
CMYK 0.000.130.95   0.14
XYZ48.431252.94158.0140
Yxy52.94150.44280.4840
Hunter Lab72.7609-8.518244.4023
CIE-Lab77.8404-5.123777.9780

#dcc00c color RGB value is (220,192,12).

#dcc00c hex color red value is 220, green value is 192 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #dcc00c hue: 0.14 , saturation: 0.90 and the lightness value of dcc00c is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000000 00001100
Octal 334 300 14
Decimal 220 192 12
Hex DC C0 C

RGB Percentages of Color #dcc00c

%51.89
%45.28
%2.83

CMYK Percentages of Color #dcc00c

%0
%13
%95
%14

Triadic Colors of #dcc00c

#dcc00c #0cdcc0 #c00cdc

Analogous Colors of #dcc00c

#dcc00c #90dc0c #dc580c

Monochromatic Colors of #dcc00c

#dcc00c

Complementary Color

#dcc00c #0c28dc

#dcc00c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc00c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc00c Color CSS Codes

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

#dcc00c Text Font Color

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

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


#dcc00c Background Color

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

This div background color is #dcc00c


#dcc00c Border Color

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

This div border color is #dcc00c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc00c


Comments

No comments written yet.

Please login to write comment.