Shades of Chocolate #DD6122
Tints of Chocolate #DD6122
RGB
CMYK
RGB Variations
Color information
#DD6122 (or 0xDD6122) is known color: Chocolate. HEX triplet: DD, 61 and 22. RGB value is (221,97,34). Sum of RGB (Red+Green+Blue) = 221+97+34=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 34 (13.67% from 255 or 9.66% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6122 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6122 is #229EDD. Grayscale: #7F7F7F. Windows color (decimal): -2268894 or 2253277. OLE color: 2253277.
HSL color Cylindrical-coordinate representation of color #DD6122: hue angle of 20.21º 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 #DD6122 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 97 | 34 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.13 |
| HSL | 20.21º | 0.73% | 0.5% | - |
| HSV(B) | 20.21º | 0.85% | 0.87% | - |
| XYZ | 34.38 | 24.04 | 4.34 | - |
| YUV | 126.89 | 75.58 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 97 | 34 | 0 | 0.56 | 0.85 | 0.13 | 20.21 | 0.73 | 0.5 |
| Hex | DD | 61 | 22 | 0 | 38 | 55 | D | 14 | 49 | 32 |
| Octal | 335 | 141 | 42 | 0 | 70 | 125 | 15 | 24 | 111 | 62 |
| Binary | 11011101 | 1100001 | 100010 | 0 | 111000 | 1010101 | 1101 | 10100 | 1001001 | 110010 |
Color Harmonies of #DD6122
Complementary color
Monochromatic Colors of #DD6122
Black with #DD6122
Text Example
Text Example
White with #DD6122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6122; }
p { color: rgb(221,97,34); }
H1.HeaderClassName
{
color: #DD6122;
}
.AnyTagClassName
{
color: #DD6122;
}
</style>
background-color css
<style>
a { background-color: #DD6122; }
a { background-color: rgb(221,97,34); }
div.DivClassName
{
background-color: #DD6122;
}
.BgClassName
{
background-color: #DD6122;
}
</style>
border-color css
<style>
span { border-color: #DD6122; }
span { border-color: rgb(221,97,34); }
td.TdClassName
{
border-color: #DD6122;
}
.TagClassName
{
border-color: #DD6122;
}
</style>