Color Hex Logo

#dd872f Color Hex

#DD872F
(221,135,47)
0 Favorites   0 Comments

Color spaces of #dd872f

RGB 22113547
HSL0.080.720.53
HSV30°79°87°
CMYK 0.000.390.79   0.13
XYZ38.995932.90536.9854
Yxy32.90530.49430.4171
Hunter Lab57.363120.960232.9342
CIE-Lab64.084226.342258.0116

#dd872f color RGB value is (221,135,47).

#dd872f hex color red value is 221, green value is 135 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #dd872f hue: 0.08 , saturation: 0.72 and the lightness value of dd872f is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000111 00101111
Octal 335 207 57
Decimal 221 135 47
Hex DD 87 2F

RGB Percentages of Color #dd872f

%54.84
%33.50
%11.66

CMYK Percentages of Color #dd872f

%0
%39
%79
%13

Triadic Colors of #dd872f

#dd872f #2fdd87 #872fdd

Analogous Colors of #dd872f

#dd872f #dcdd2f #dd302f

Monochromatic Colors of #dd872f

#dd872f

Complementary Color

#dd872f #2f85dd

#dd872f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd872f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd872f Color CSS Codes

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

#dd872f Text Font Color

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

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


#dd872f Background Color

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

This div background color is #dd872f


#dd872f Border Color

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

This div border color is #dd872f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd872f


Comments

No comments written yet.

Please login to write comment.