Shades of Chocolate #DD6310
Tints of Chocolate #DD6310
RGB
CMYK
RGB Variations
Color information
#DD6310 (or 0xDD6310) is known color: Chocolate. HEX triplet: DD, 63 and 10. RGB value is (221,99,16). Sum of RGB (Red+Green+Blue) = 221+99+16=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 16 (6.64% from 255 or 4.76% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6310 is #229CEF. Grayscale: #7E7E7E. Windows color (decimal): -2268400 or 1074141. OLE color: 1074141.
HSL color Cylindrical-coordinate representation of color #DD6310: hue angle of 24.29º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD6310 is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 16 | - |
| CMYK | 0 | 0.55 | 0.93 | 0.13 |
| HSL | 24.29º | 0.86% | 0.46% | - |
| HSV(B) | 24.29º | 0.93% | 0.87% | - |
| XYZ | 34.37 | 24.33 | 3.38 | - |
| YUV | 126.02 | 65.92 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 16 | 0 | 0.55 | 0.93 | 0.13 | 24.29 | 0.86 | 0.46 |
| Hex | DD | 63 | 10 | 0 | 37 | 5D | D | 18 | 56 | 2E |
| Octal | 335 | 143 | 20 | 0 | 67 | 135 | 15 | 30 | 126 | 56 |
| Binary | 11011101 | 1100011 | 10000 | 0 | 110111 | 1011101 | 1101 | 11000 | 1010110 | 101110 |
Color Harmonies of #DD6310
Complementary color
Monochromatic Colors of #DD6310
Black with #DD6310
Text Example
Text Example
White with #DD6310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6310; }
p { color: rgb(221,99,16); }
H1.HeaderClassName
{
color: #DD6310;
}
.AnyTagClassName
{
color: #DD6310;
}
</style>
background-color css
<style>
a { background-color: #DD6310; }
a { background-color: rgb(221,99,16); }
div.DivClassName
{
background-color: #DD6310;
}
.BgClassName
{
background-color: #DD6310;
}
</style>
border-color css
<style>
span { border-color: #DD6310; }
span { border-color: rgb(221,99,16); }
td.TdClassName
{
border-color: #DD6310;
}
.TagClassName
{
border-color: #DD6310;
}
</style>