Color Hex Logo

#dcc287 Color Hex

#DCC287
(220,194,135)
1 Favorites   0 Comments

Color spaces of #dcc287

RGB 220194135
HSL0.120.550.70
HSV42°39°86°
CMYK 0.000.120.39   0.14
XYZ53.180255.548530.8407
Yxy55.54850.38100.3980
Hunter Lab74.5309-3.063527.6375
CIE-Lab79.35620.991533.0608

#dcc287 color RGB value is (220,194,135).

#dcc287 hex color red value is 220, green value is 194 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #dcc287 hue: 0.12 , saturation: 0.55 and the lightness value of dcc287 is 0.70.

The process color (four color CMYK) of #dcc287 color hex is 0.00, 0.12, 0.39, 0.14. Web safe color of #dcc287 is #cccc99. Color #dcc287 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000010 10000111
Octal 334 302 207
Decimal 220 194 135
Hex DC C2 87

RGB Percentages of Color #dcc287

%40.07
%35.34
%24.59

CMYK Percentages of Color #dcc287

%0
%12
%39
%14

Triadic Colors of #dcc287

#dcc287 #87dcc2 #c287dc

Analogous Colors of #dcc287

#dcc287 #ccdc87 #dc9887

Monochromatic Colors of #dcc287

#dcc287

Complementary Color

#dcc287 #87a1dc

#dcc287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc287 Color CSS Codes

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

#dcc287 Text Font Color

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

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


#dcc287 Background Color

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

This div background color is #dcc287


#dcc287 Border Color

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

This div border color is #dcc287


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc287


Comments

No comments written yet.

Please login to write comment.