Shades of Chocolate #DD6010
Tints of Chocolate #DD6010
RGB
CMYK
RGB Variations
Color information
#DD6010 (or 0xDD6010) is known color: Chocolate. HEX triplet: DD, 60 and 10. RGB value is (221,96,16). Sum of RGB (Red+Green+Blue) = 221+96+16=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 16 (6.64% from 255 or 4.80% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6010 is #229FEF. Grayscale: #7C7C7C. Windows color (decimal): -2269168 or 1073373. OLE color: 1073373.
HSL color Cylindrical-coordinate representation of color #DD6010: hue angle of 23.41º 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 #DD6010 is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 96 | 16 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.13 |
| HSL | 23.41º | 0.86% | 0.46% | - |
| HSV(B) | 23.41º | 0.93% | 0.87% | - |
| XYZ | 34.1 | 23.78 | 3.28 | - |
| YUV | 124.26 | 66.91 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 16 | 0 | 0.57 | 0.93 | 0.13 | 23.41 | 0.86 | 0.46 |
| Hex | DD | 60 | 10 | 0 | 39 | 5D | D | 17 | 56 | 2E |
| Octal | 335 | 140 | 20 | 0 | 71 | 135 | 15 | 27 | 126 | 56 |
| Binary | 11011101 | 1100000 | 10000 | 0 | 111001 | 1011101 | 1101 | 10111 | 1010110 | 101110 |
Color Harmonies of #DD6010
Complementary color
Monochromatic Colors of #DD6010
Black with #DD6010
Text Example
Text Example
White with #DD6010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6010; }
p { color: rgb(221,96,16); }
H1.HeaderClassName
{
color: #DD6010;
}
.AnyTagClassName
{
color: #DD6010;
}
</style>
background-color css
<style>
a { background-color: #DD6010; }
a { background-color: rgb(221,96,16); }
div.DivClassName
{
background-color: #DD6010;
}
.BgClassName
{
background-color: #DD6010;
}
</style>
border-color css
<style>
span { border-color: #DD6010; }
span { border-color: rgb(221,96,16); }
td.TdClassName
{
border-color: #DD6010;
}
.TagClassName
{
border-color: #DD6010;
}
</style>