Color Hex Logo

#dcc810 Color Hex

#DCC810
(220,200,16)
0 Favorites   0 Comments

Color spaces of #dcc810

RGB 22020016
HSL0.150.860.46
HSV54°93°86°
CMYK 0.000.090.93   0.14
XYZ50.263056.56168.7586
Yxy56.56160.43490.4894
Hunter Lab75.2074-12.317145.7403
CIE-Lab79.9324-9.167979.0654

#dcc810 color RGB value is (220,200,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001000 00010000
Octal 334 310 20
Decimal 220 200 16
Hex DC C8 10

RGB Percentages of Color #dcc810

%50.46
%45.87
%3.67

CMYK Percentages of Color #dcc810

%0
%9
%93
%14

Triadic Colors of #dcc810

#dcc810 #10dcc8 #c810dc

Analogous Colors of #dcc810

#dcc810 #8adc10 #dc6210

Monochromatic Colors of #dcc810

#dcc810

Complementary Color

#dcc810 #1024dc

#dcc810 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc810 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc810 Color CSS Codes

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

#dcc810 Text Font Color

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

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


#dcc810 Background Color

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

This div background color is #dcc810


#dcc810 Border Color

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

This div border color is #dcc810


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc810


Comments

No comments written yet.

Please login to write comment.