Color Hex Logo

#dcc010 Color Hex

#DCC010
(220,192,16)
0 Favorites   0 Comments

Color spaces of #dcc010

RGB 22019216
HSL0.140.860.46
HSV52°93°86°
CMYK 0.000.130.93   0.14
XYZ48.458452.95238.1570
Yxy52.95230.44230.4833
Hunter Lab72.7683-8.476644.2917
CIE-Lab77.8468-5.076577.4934

#dcc010 color RGB value is (220,192,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000000 00010000
Octal 334 300 20
Decimal 220 192 16
Hex DC C0 10

RGB Percentages of Color #dcc010

%51.40
%44.86
%3.74

CMYK Percentages of Color #dcc010

%0
%13
%93
%14

Triadic Colors of #dcc010

#dcc010 #10dcc0 #c010dc

Analogous Colors of #dcc010

#dcc010 #92dc10 #dc5a10

Monochromatic Colors of #dcc010

#dcc010

Complementary Color

#dcc010 #102cdc

#dcc010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc010 Color CSS Codes

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

#dcc010 Text Font Color

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

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


#dcc010 Background Color

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

This div background color is #dcc010


#dcc010 Border Color

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

This div border color is #dcc010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc010


Comments

No comments written yet.

Please login to write comment.