Color Hex Logo

#dd881d Color Hex

#DD881D
(221,136,29)
0 Favorites   0 Comments

Color spaces of #dd881d

RGB 22113629
HSL0.090.770.49
HSV33°87°87°
CMYK 0.000.380.87   0.13
XYZ38.844733.06925.4980
Yxy33.06920.50180.4272
Hunter Lab57.505819.940034.5855
CIE-Lab64.216925.289264.3822

#dd881d color RGB value is (221,136,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10001000 00011101
Octal 335 210 35
Decimal 221 136 29
Hex DD 88 1D

RGB Percentages of Color #dd881d

%57.25
%35.23
%7.51

CMYK Percentages of Color #dd881d

%0
%38
%87
%13

Triadic Colors of #dd881d

#dd881d #1ddd88 #881ddd

Analogous Colors of #dd881d

#dd881d #d2dd1d #dd281d

Monochromatic Colors of #dd881d

#dd881d

Complementary Color

#dd881d #1d72dd

#dd881d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd881d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd881d Color CSS Codes

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

#dd881d Text Font Color

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

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


#dd881d Background Color

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

This div background color is #dd881d


#dd881d Border Color

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

This div border color is #dd881d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd881d


Comments

No comments written yet.

Please login to write comment.