Color Hex Logo

#dd891f Color Hex

#DD891F
(221,137,31)
0 Favorites   0 Comments

Color spaces of #dd891f

RGB 22113731
HSL0.090.750.49
HSV33°86°87°
CMYK 0.000.380.86   0.13
XYZ39.011833.36245.6798
Yxy33.36240.49980.4274
Hunter Lab57.760219.480334.6019
CIE-Lab64.453324.801663.9838

#dd891f color RGB value is (221,137,31).

#dd891f hex color red value is 221, green value is 137 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #dd891f hue: 0.09 , saturation: 0.75 and the lightness value of dd891f is 0.49.

The process color (four color CMYK) of #dd891f color hex is 0.00, 0.38, 0.86, 0.13. Web safe color of #dd891f is #cc9933. Color #dd891f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10001001 00011111
Octal 335 211 37
Decimal 221 137 31
Hex DD 89 1F

RGB Percentages of Color #dd891f

%56.81
%35.22
%7.97

CMYK Percentages of Color #dd891f

%0
%38
%86
%13

Triadic Colors of #dd891f

#dd891f #1fdd89 #891fdd

Analogous Colors of #dd891f

#dd891f #d2dd1f #dd2a1f

Monochromatic Colors of #dd891f

#dd891f

Complementary Color

#dd891f #1f73dd

#dd891f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd891f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd891f Color CSS Codes

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

#dd891f Text Font Color

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

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


#dd891f Background Color

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

This div background color is #dd891f


#dd891f Border Color

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

This div border color is #dd891f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd891f


Comments

No comments written yet.

Please login to write comment.