Color Hex Logo

#dcc850 Color Hex

#DCC850
(220,200,80)
0 Favorites   0 Comments

Color spaces of #dcc850

RGB 22020080
HSL0.140.670.59
HSV51°64°86°
CMYK 0.000.090.64   0.14
XYZ51.617457.103415.8909
Yxy57.10340.41420.4583
Hunter Lab75.5668-10.313940.4287
CIE-Lab80.2377-6.884460.6276

#dcc850 color RGB value is (220,200,80).

#dcc850 hex color red value is 220, green value is 200 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #dcc850 hue: 0.14 , saturation: 0.67 and the lightness value of dcc850 is 0.59.

The process color (four color CMYK) of #dcc850 color hex is 0.00, 0.09, 0.64, 0.14. Web safe color of #dcc850 is #cccc66. Color #dcc850 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001000 01010000
Octal 334 310 120
Decimal 220 200 80
Hex DC C8 50

RGB Percentages of Color #dcc850

%44.00
%40.00
%16.00

CMYK Percentages of Color #dcc850

%0
%9
%64
%14

Triadic Colors of #dcc850

#dcc850 #50dcc8 #c850dc

Analogous Colors of #dcc850

#dcc850 #aadc50 #dc8250

Monochromatic Colors of #dcc850

#dcc850

Complementary Color

#dcc850 #5064dc

#dcc850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc850 Color CSS Codes

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

#dcc850 Text Font Color

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

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


#dcc850 Background Color

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

This div background color is #dcc850


#dcc850 Border Color

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

This div border color is #dcc850


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc850


Comments

No comments written yet.

Please login to write comment.