Color Hex Logo

#dc855c Color Hex

#DC855C
(220,133,92)
0 Favorites   0 Comments

Color spaces of #dc855c

RGB 22013392
HSL0.050.650.61
HSV19°58°86°
CMYK 0.000.400.58   0.14
XYZ39.834532.763414.3497
Yxy32.76340.45810.3768
Hunter Lab57.239324.054525.2037
CIE-Lab63.968929.483536.0985

#dc855c color RGB value is (220,133,92).

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

The process color (four color CMYK) of #dc855c color hex is 0.00, 0.40, 0.58, 0.14. Web safe color of #dc855c is #cc9966. Color #dc855c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000101 01011100
Octal 334 205 134
Decimal 220 133 92
Hex DC 85 5C

RGB Percentages of Color #dc855c

%49.44
%29.89
%20.67

CMYK Percentages of Color #dc855c

%0
%40
%58
%14

Triadic Colors of #dc855c

#dc855c #5cdc85 #855cdc

Analogous Colors of #dc855c

#dc855c #dcc55c #dc5c73

Monochromatic Colors of #dc855c

#dc855c

Complementary Color

#dc855c #5cb3dc

#dc855c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc855c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc855c Color CSS Codes

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

#dc855c Text Font Color

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

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


#dc855c Background Color

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

This div background color is #dc855c


#dc855c Border Color

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

This div border color is #dc855c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc855c


Comments

No comments written yet.

Please login to write comment.