Shades of Chocolate #DD5922
Tints of Chocolate #DD5922
RGB
CMYK
RGB Variations
Color information
#DD5922 (or 0xDD5922) is known color: Chocolate. HEX triplet: DD, 59 and 22. RGB value is (221,89,34). Sum of RGB (Red+Green+Blue) = 221+89+34=344 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.24% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 34 (13.67% from 255 or 9.88% from 344); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5922 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5922 is #22A6DD. Grayscale: #7A7A7A. Windows color (decimal): -2270942 or 2251229. OLE color: 2251229.
HSL color Cylindrical-coordinate representation of color #DD5922: hue angle of 17.65º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD5922 is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 34 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.13 |
| HSL | 17.65º | 0.73% | 0.5% | - |
| HSV(B) | 17.65º | 0.85% | 0.87% | - |
| XYZ | 33.68 | 22.63 | 4.11 | - |
| YUV | 122.2 | 78.23 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 34 | 0 | 0.60 | 0.85 | 0.13 | 17.65 | 0.73 | 0.5 |
| Hex | DD | 59 | 22 | 0 | 3C | 55 | D | 12 | 49 | 32 |
| Octal | 335 | 131 | 42 | 0 | 74 | 125 | 15 | 22 | 111 | 62 |
| Binary | 11011101 | 1011001 | 100010 | 0 | 111100 | 1010101 | 1101 | 10010 | 1001001 | 110010 |
Color Harmonies of #DD5922
Complementary color
Monochromatic Colors of #DD5922
Black with #DD5922
Text Example
Text Example
White with #DD5922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5922; }
p { color: rgb(221,89,34); }
H1.HeaderClassName
{
color: #DD5922;
}
.AnyTagClassName
{
color: #DD5922;
}
</style>
background-color css
<style>
a { background-color: #DD5922; }
a { background-color: rgb(221,89,34); }
div.DivClassName
{
background-color: #DD5922;
}
.BgClassName
{
background-color: #DD5922;
}
</style>
border-color css
<style>
span { border-color: #DD5922; }
span { border-color: rgb(221,89,34); }
td.TdClassName
{
border-color: #DD5922;
}
.TagClassName
{
border-color: #DD5922;
}
</style>