Color Hex Logo

#dc885b Color Hex

#DC885B
(220,136,91)
0 Favorites   0 Comments

Color spaces of #dc885b

RGB 22013691
HSL0.060.650.61
HSV21°59°86°
CMYK 0.000.380.59   0.14
XYZ40.207733.579314.2598
Yxy33.57930.45670.3814
Hunter Lab57.947622.446125.9732
CIE-Lab64.627327.810537.4466

#dc885b color RGB value is (220,136,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001000 01011011
Octal 334 210 133
Decimal 220 136 91
Hex DC 88 5B

RGB Percentages of Color #dc885b

%49.22
%30.43
%20.36

CMYK Percentages of Color #dc885b

%0
%38
%59
%14

Triadic Colors of #dc885b

#dc885b #5bdc88 #885bdc

Analogous Colors of #dc885b

#dc885b #dcc95b #dc5b6f

Monochromatic Colors of #dc885b

#dc885b

Complementary Color

#dc885b #5bafdc

#dc885b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc885b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc885b Color CSS Codes

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

#dc885b Text Font Color

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

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


#dc885b Background Color

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

This div background color is #dc885b


#dc885b Border Color

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

This div border color is #dc885b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc885b


Comments

No comments written yet.

Please login to write comment.