Color Hex Logo

#dc8759 Color Hex

#DC8759
(220,135,89)
0 Favorites   0 Comments

Color spaces of #dc8759

RGB 22013589
HSL0.060.650.61
HSV21°60°86°
CMYK 0.000.390.60   0.14
XYZ39.982333.264913.7647
Yxy33.26490.45950.3823
Hunter Lab57.675722.808326.2231
CIE-Lab64.374828.195938.2008

#dc8759 color RGB value is (220,135,89).

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

The process color (four color CMYK) of #dc8759 color hex is 0.00, 0.39, 0.60, 0.14. Web safe color of #dc8759 is #cc9966. Color #dc8759 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000111 01011001
Octal 334 207 131
Decimal 220 135 89
Hex DC 87 59

RGB Percentages of Color #dc8759

%49.55
%30.41
%20.05

CMYK Percentages of Color #dc8759

%0
%39
%60
%14

Triadic Colors of #dc8759

#dc8759 #59dc87 #8759dc

Analogous Colors of #dc8759

#dc8759 #dcc959 #dc596d

Monochromatic Colors of #dc8759

#dc8759

Complementary Color

#dc8759 #59aedc

#dc8759 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc8759 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc8759 Color CSS Codes

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

#dc8759 Text Font Color

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

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


#dc8759 Background Color

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

This div background color is #dc8759


#dc8759 Border Color

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

This div border color is #dc8759


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc8759


Comments

No comments written yet.

Please login to write comment.