Shades of Chocolate #DD6011
Tints of Chocolate #DD6011
RGB
CMYK
RGB Variations
Color information
#DD6011 (or 0xDD6011) is known color: Chocolate. HEX triplet: DD, 60 and 11. RGB value is (221,96,17). Sum of RGB (Red+Green+Blue) = 221+96+17=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 17 (7.03% from 255 or 5.09% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6011 is #229FEE. Grayscale: #7C7C7C. Windows color (decimal): -2269167 or 1138909. OLE color: 1138909.
HSL color Cylindrical-coordinate representation of color #DD6011: hue angle of 23.24º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD6011 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 96 | 17 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.13 |
| HSL | 23.24º | 0.86% | 0.47% | - |
| HSV(B) | 23.24º | 0.92% | 0.87% | - |
| XYZ | 34.1 | 23.78 | 3.32 | - |
| YUV | 124.37 | 67.41 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 17 | 0 | 0.57 | 0.92 | 0.13 | 23.24 | 0.86 | 0.47 |
| Hex | DD | 60 | 11 | 0 | 39 | 5C | D | 17 | 56 | 2F |
| Octal | 335 | 140 | 21 | 0 | 71 | 134 | 15 | 27 | 126 | 57 |
| Binary | 11011101 | 1100000 | 10001 | 0 | 111001 | 1011100 | 1101 | 10111 | 1010110 | 101111 |
Color Harmonies of #DD6011
Complementary color
Monochromatic Colors of #DD6011
Black with #DD6011
Text Example
Text Example
White with #DD6011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6011; }
p { color: rgb(221,96,17); }
H1.HeaderClassName
{
color: #DD6011;
}
.AnyTagClassName
{
color: #DD6011;
}
</style>
background-color css
<style>
a { background-color: #DD6011; }
a { background-color: rgb(221,96,17); }
div.DivClassName
{
background-color: #DD6011;
}
.BgClassName
{
background-color: #DD6011;
}
</style>
border-color css
<style>
span { border-color: #DD6011; }
span { border-color: rgb(221,96,17); }
td.TdClassName
{
border-color: #DD6011;
}
.TagClassName
{
border-color: #DD6011;
}
</style>