Color Hex Logo

#dc872e Color Hex

#DC872E
(220,135,46)
0 Favorites   0 Comments

Color spaces of #dc872e

RGB 22013546
HSL0.090.710.52
HSV31°79°86°
CMYK 0.000.390.79   0.14
XYZ38.672332.74086.8661
Yxy32.74080.49400.4183
Hunter Lab57.219620.506432.9392
CIE-Lab63.950525.887858.2395

#dc872e color RGB value is (220,135,46).

#dc872e hex color red value is 220, green value is 135 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #dc872e hue: 0.09 , saturation: 0.71 and the lightness value of dc872e is 0.52.

The process color (four color CMYK) of #dc872e color hex is 0.00, 0.39, 0.79, 0.14. Web safe color of #dc872e is #cc9933. Color #dc872e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000111 00101110
Octal 334 207 56
Decimal 220 135 46
Hex DC 87 2E

RGB Percentages of Color #dc872e

%54.86
%33.67
%11.47

CMYK Percentages of Color #dc872e

%0
%39
%79
%14

Triadic Colors of #dc872e

#dc872e #2edc87 #872edc

Analogous Colors of #dc872e

#dc872e #dadc2e #dc302e

Monochromatic Colors of #dc872e

#dc872e

Complementary Color

#dc872e #2e83dc

#dc872e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc872e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc872e Color CSS Codes

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

#dc872e Text Font Color

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

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


#dc872e Background Color

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

This div background color is #dc872e


#dc872e Border Color

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

This div border color is #dc872e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc872e


Comments

No comments written yet.

Please login to write comment.