Color Hex Logo

#dd881e Color Hex

#DD881E
(221,136,30)
0 Favorites   0 Comments

Color spaces of #dd881e

RGB 22113630
HSL0.090.760.49
HSV33°86°87°
CMYK 0.000.380.86   0.13
XYZ38.857333.07425.5643
Yxy33.07420.50140.4268
Hunter Lab57.510219.962434.5206
CIE-Lab64.220925.311964.0932

#dd881e color RGB value is (221,136,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10001000 00011110
Octal 335 210 36
Decimal 221 136 30
Hex DD 88 1E

RGB Percentages of Color #dd881e

%57.11
%35.14
%7.75

CMYK Percentages of Color #dd881e

%0
%38
%86
%13

Triadic Colors of #dd881e

#dd881e #1edd88 #881edd

Analogous Colors of #dd881e

#dd881e #d3dd1e #dd281e

Monochromatic Colors of #dd881e

#dd881e

Complementary Color

#dd881e #1e73dd

#dd881e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd881e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd881e Color CSS Codes

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

#dd881e Text Font Color

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

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


#dd881e Background Color

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

This div background color is #dd881e


#dd881e Border Color

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

This div border color is #dd881e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd881e


Comments

No comments written yet.

Please login to write comment.