Shades of Chocolate #DD6221
Tints of Chocolate #DD6221
RGB
CMYK
RGB Variations
Color information
#DD6221 (or 0xDD6221) is known color: Chocolate. HEX triplet: DD, 62 and 21. RGB value is (221,98,33). Sum of RGB (Red+Green+Blue) = 221+98+33=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 33 (13.28% from 255 or 9.38% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6221 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6221 is #229DDE. Grayscale: #7F7F7F. Windows color (decimal): -2268639 or 2187997. OLE color: 2187997.
HSL color Cylindrical-coordinate representation of color #DD6221: hue angle of 20.74º degrees, saturation: 0.74, 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 #DD6221 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 98 | 33 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.13 |
| HSL | 20.74º | 0.74% | 0.5% | - |
| HSV(B) | 20.74º | 0.85% | 0.87% | - |
| XYZ | 34.46 | 24.22 | 4.3 | - |
| YUV | 127.37 | 74.75 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 98 | 33 | 0 | 0.56 | 0.85 | 0.13 | 20.74 | 0.74 | 0.5 |
| Hex | DD | 62 | 21 | 0 | 38 | 55 | D | 15 | 4A | 32 |
| Octal | 335 | 142 | 41 | 0 | 70 | 125 | 15 | 25 | 112 | 62 |
| Binary | 11011101 | 1100010 | 100001 | 0 | 111000 | 1010101 | 1101 | 10101 | 1001010 | 110010 |
Color Harmonies of #DD6221
Complementary color
Monochromatic Colors of #DD6221
Black with #DD6221
Text Example
Text Example
White with #DD6221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6221; }
p { color: rgb(221,98,33); }
H1.HeaderClassName
{
color: #DD6221;
}
.AnyTagClassName
{
color: #DD6221;
}
</style>
background-color css
<style>
a { background-color: #DD6221; }
a { background-color: rgb(221,98,33); }
div.DivClassName
{
background-color: #DD6221;
}
.BgClassName
{
background-color: #DD6221;
}
</style>
border-color css
<style>
span { border-color: #DD6221; }
span { border-color: rgb(221,98,33); }
td.TdClassName
{
border-color: #DD6221;
}
.TagClassName
{
border-color: #DD6221;
}
</style>