Color Hex Logo

#dd822c Color Hex

#DD822C
(221,130,44)
0 Favorites   0 Comments

Color spaces of #dd822c

RGB 22113044
HSL0.080.720.52
HSV29°80°87°
CMYK 0.000.410.80   0.13
XYZ38.256031.51936.4504
Yxy31.51930.50190.4135
Hunter Lab56.142123.383932.4874
CIE-Lab62.943628.893658.1436

#dd822c color RGB value is (221,130,44).

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

The process color (four color CMYK) of #dd822c color hex is 0.00, 0.41, 0.80, 0.13. Web safe color of #dd822c is #cc9933. Color #dd822c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000010 00101100
Octal 335 202 54
Decimal 221 130 44
Hex DD 82 2C

RGB Percentages of Color #dd822c

%55.95
%32.91
%11.14

CMYK Percentages of Color #dd822c

%0
%41
%80
%13

Triadic Colors of #dd822c

#dd822c #2cdd82 #822cdd

Analogous Colors of #dd822c

#dd822c #dddb2c #dd2c2f

Monochromatic Colors of #dd822c

#dd822c

Complementary Color

#dd822c #2c87dd

#dd822c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd822c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd822c Color CSS Codes

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

#dd822c Text Font Color

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

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


#dd822c Background Color

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

This div background color is #dd822c


#dd822c Border Color

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

This div border color is #dd822c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd822c

#dd822c Color Palettes


Comments

No comments written yet.

Please login to write comment.