Shades of Chocolate #DD6120
Tints of Chocolate #DD6120
RGB
CMYK
RGB Variations
Color information
#DD6120 (or 0xDD6120) is known color: Chocolate. HEX triplet: DD, 61 and 20. RGB value is (221,97,32). Sum of RGB (Red+Green+Blue) = 221+97+32=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 32 (12.89% from 255 or 9.14% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6120 is #229EDF. Grayscale: #7F7F7F. Windows color (decimal): -2268896 or 2122205. OLE color: 2122205.
HSL color Cylindrical-coordinate representation of color #DD6120: hue angle of 20.63º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD6120 is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 97 | 32 | - |
| CMYK | 0 | 0.56 | 0.86 | 0.13 |
| HSL | 20.63º | 0.75% | 0.5% | - |
| HSV(B) | 20.63º | 0.86% | 0.87% | - |
| XYZ | 34.35 | 24.03 | 4.19 | - |
| YUV | 126.67 | 74.58 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 97 | 32 | 0 | 0.56 | 0.86 | 0.13 | 20.63 | 0.75 | 0.5 |
| Hex | DD | 61 | 20 | 0 | 38 | 56 | D | 15 | 4B | 32 |
| Octal | 335 | 141 | 40 | 0 | 70 | 126 | 15 | 25 | 113 | 62 |
| Binary | 11011101 | 1100001 | 100000 | 0 | 111000 | 1010110 | 1101 | 10101 | 1001011 | 110010 |
Color Harmonies of #DD6120
Complementary color
Monochromatic Colors of #DD6120
Black with #DD6120
Text Example
Text Example
White with #DD6120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6120; }
p { color: rgb(221,97,32); }
H1.HeaderClassName
{
color: #DD6120;
}
.AnyTagClassName
{
color: #DD6120;
}
</style>
background-color css
<style>
a { background-color: #DD6120; }
a { background-color: rgb(221,97,32); }
div.DivClassName
{
background-color: #DD6120;
}
.BgClassName
{
background-color: #DD6120;
}
</style>
border-color css
<style>
span { border-color: #DD6120; }
span { border-color: rgb(221,97,32); }
td.TdClassName
{
border-color: #DD6120;
}
.TagClassName
{
border-color: #DD6120;
}
</style>