color codes Logo

#dd872d color codes

#DD872D
(221,135,45)
0 Favorites   0 Comments

Color spaces of #dd872d

RGB 22113545
HSL0.090.720.52
HSV31°80°87°
CMYK 0.000.390.80   0.13
XYZ38.956432.88966.7777
Yxy32.88960.49550.4183
Hunter Lab57.349520.890133.1376
CIE-Lab64.071426.271658.7911

#dd872d color RGB value is (221,135,45).

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

The process color (four color CMYK) of #dd872d color code is 0.00, 0.39, 0.80, 0.13. Web safe color of #dd872d is #cc9933. Color #dd872d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000111 00101101
Octal 335 207 55
Decimal 221 135 45
Hex DD 87 2D

RGB Percentages of Color #dd872d

%55.11
%33.67
%11.22

CMYK Percentages of Color #dd872d

%0
%39
%80
%13

Triadic Colors of #dd872d

#dd872d #2ddd87 #872ddd

Analogous Colors of #dd872d

#dd872d #dbdd2d #dd2f2d

Monochromatic Colors of #dd872d

#dd872d

Complementary Color

#dd872d #2d83dd

#dd872d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd872d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd872d Color CSS Codes

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

#dd872d Text Font Color

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

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


#dd872d Background Color

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

This div background color is #dd872d


#dd872d Border Color

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

This div border color is #dd872d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd872d


Comments

No comments written yet.

Please login to write comment.