Color Hex Logo

#dc885e Color Hex

#DC885E
(220,136,94)
0 Favorites   0 Comments

Color spaces of #dc885e

RGB 22013694
HSL0.060.640.62
HSV20°57°86°
CMYK 0.000.380.57   0.14
XYZ40.339733.632114.9552
Yxy33.63210.45360.3782
Hunter Lab57.993222.675425.3056
CIE-Lab64.669528.038835.8946

#dc885e color RGB value is (220,136,94).

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

The process color (four color CMYK) of #dc885e color hex is 0.00, 0.38, 0.57, 0.14. Web safe color of #dc885e is #cc9966. Color #dc885e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001000 01011110
Octal 334 210 136
Decimal 220 136 94
Hex DC 88 5E

RGB Percentages of Color #dc885e

%48.89
%30.22
%20.89

CMYK Percentages of Color #dc885e

%0
%38
%57
%14

Triadic Colors of #dc885e

#dc885e #5edc88 #885edc

Analogous Colors of #dc885e

#dc885e #dcc75e #dc5e73

Monochromatic Colors of #dc885e

#dc885e

Complementary Color

#dc885e #5eb2dc

#dc885e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc885e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc885e Color CSS Codes

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

#dc885e Text Font Color

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

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


#dc885e Background Color

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

This div background color is #dc885e


#dc885e Border Color

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

This div border color is #dc885e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc885e


Comments

No comments written yet.

Please login to write comment.