Color Hex Logo

#dd842e Color Hex

#DD842E
(221,132,46)
0 Favorites   0 Comments

Color spaces of #dd842e

RGB 22113246
HSL0.080.720.52
HSV29°79°87°
CMYK 0.000.400.79   0.13
XYZ38.563232.07196.7428
Yxy32.07190.49840.4145
Hunter Lab56.632122.442232.5832
CIE-Lab63.402327.902157.7737

#dd842e color RGB value is (221,132,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000100 00101110
Octal 335 204 56
Decimal 221 132 46
Hex DD 84 2E

RGB Percentages of Color #dd842e

%55.39
%33.08
%11.53

CMYK Percentages of Color #dd842e

%0
%40
%79
%13

Triadic Colors of #dd842e

#dd842e #2edd84 #842edd

Analogous Colors of #dd842e

#dd842e #dddc2e #dd2e30

Monochromatic Colors of #dd842e

#dd842e

Complementary Color

#dd842e #2e87dd

#dd842e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd842e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd842e Color CSS Codes

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

#dd842e Text Font Color

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

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


#dd842e Background Color

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

This div background color is #dd842e


#dd842e Border Color

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

This div border color is #dd842e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd842e


Comments

No comments written yet.

Please login to write comment.