Color Hex Logo

#dcc85a Color Hex

#DCC85A
(220,200,90)
0 Favorites   0 Comments

Color spaces of #dcc85a

RGB 22020090
HSL0.140.650.61
HSV51°59°86°
CMYK 0.000.090.59   0.14
XYZ52.014957.262417.9841
Yxy57.26240.40870.4500
Hunter Lab75.6719-9.729638.8796
CIE-Lab80.3270-6.224556.3474

#dcc85a color RGB value is (220,200,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001000 01011010
Octal 334 310 132
Decimal 220 200 90
Hex DC C8 5A

RGB Percentages of Color #dcc85a

%43.14
%39.22
%17.65

CMYK Percentages of Color #dcc85a

%0
%9
%59
%14

Triadic Colors of #dcc85a

#dcc85a #5adcc8 #c85adc

Analogous Colors of #dcc85a

#dcc85a #afdc5a #dc875a

Monochromatic Colors of #dcc85a

#dcc85a

Complementary Color

#dcc85a #5a6edc

#dcc85a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc85a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc85a Color CSS Codes

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

#dcc85a Text Font Color

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

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


#dcc85a Background Color

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

This div background color is #dcc85a


#dcc85a Border Color

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

This div border color is #dcc85a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc85a


Comments

No comments written yet.

Please login to write comment.