Color Hex Logo

#dcc85f Color Hex

#DCC85F
(220,200,95)
0 Favorites   0 Comments

Color spaces of #dcc85f

RGB 22020095
HSL0.140.640.62
HSV50°57°86°
CMYK 0.000.090.57   0.14
XYZ52.235057.350419.1431
Yxy57.35040.40580.4455
Hunter Lab75.7300-9.406738.0237
CIE-Lab80.3763-5.861154.1240

#dcc85f color RGB value is (220,200,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001000 01011111
Octal 334 310 137
Decimal 220 200 95
Hex DC C8 5F

RGB Percentages of Color #dcc85f

%42.72
%38.83
%18.45

CMYK Percentages of Color #dcc85f

%0
%9
%57
%14

Triadic Colors of #dcc85f

#dcc85f #5fdcc8 #c85fdc

Analogous Colors of #dcc85f

#dcc85f #b2dc5f #dc8a5f

Monochromatic Colors of #dcc85f

#dcc85f

Complementary Color

#dcc85f #5f73dc

#dcc85f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc85f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc85f Color CSS Codes

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

#dcc85f Text Font Color

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

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


#dcc85f Background Color

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

This div background color is #dcc85f


#dcc85f Border Color

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

This div border color is #dcc85f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc85f


Comments

No comments written yet.

Please login to write comment.