Shades of Chocolate #DD6320
Tints of Chocolate #DD6320
RGB
CMYK
RGB Variations
Color information
#DD6320 (or 0xDD6320) is known color: Chocolate. HEX triplet: DD, 63 and 20. RGB value is (221,99,32). Sum of RGB (Red+Green+Blue) = 221+99+32=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 32 (12.89% from 255 or 9.09% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6320 is #229CDF. Grayscale: #808080. Windows color (decimal): -2268384 or 2122717. OLE color: 2122717.
HSL color Cylindrical-coordinate representation of color #DD6320: hue angle of 21.27º 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 #DD6320 is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 32 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.13 |
| HSL | 21.27º | 0.75% | 0.5% | - |
| HSV(B) | 21.27º | 0.86% | 0.87% | - |
| XYZ | 34.54 | 24.4 | 4.26 | - |
| YUV | 127.84 | 73.92 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 32 | 0 | 0.55 | 0.86 | 0.13 | 21.27 | 0.75 | 0.5 |
| Hex | DD | 63 | 20 | 0 | 37 | 56 | D | 15 | 4B | 32 |
| Octal | 335 | 143 | 40 | 0 | 67 | 126 | 15 | 25 | 113 | 62 |
| Binary | 11011101 | 1100011 | 100000 | 0 | 110111 | 1010110 | 1101 | 10101 | 1001011 | 110010 |
Color Harmonies of #DD6320
Complementary color
Monochromatic Colors of #DD6320
Black with #DD6320
Text Example
Text Example
White with #DD6320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6320; }
p { color: rgb(221,99,32); }
H1.HeaderClassName
{
color: #DD6320;
}
.AnyTagClassName
{
color: #DD6320;
}
</style>
background-color css
<style>
a { background-color: #DD6320; }
a { background-color: rgb(221,99,32); }
div.DivClassName
{
background-color: #DD6320;
}
.BgClassName
{
background-color: #DD6320;
}
</style>
border-color css
<style>
span { border-color: #DD6320; }
span { border-color: rgb(221,99,32); }
td.TdClassName
{
border-color: #DD6320;
}
.TagClassName
{
border-color: #DD6320;
}
</style>