Shades of Chocolate #DD7011
Tints of Chocolate #DD7011
RGB
CMYK
RGB Variations
Color information
#DD7011 (or 0xDD7011) is known color: Chocolate. HEX triplet: DD, 70 and 11. RGB value is (221,112,17). Sum of RGB (Red+Green+Blue) = 221+112+17=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 17 (7.03% from 255 or 4.86% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7011 is #228FEE. Grayscale: #868686. Windows color (decimal): -2265071 or 1143005. OLE color: 1143005.
HSL color Cylindrical-coordinate representation of color #DD7011: hue angle of 27.94º 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 #DD7011 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 112 | 17 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.13 |
| HSL | 27.94º | 0.86% | 0.47% | - |
| HSV(B) | 27.94º | 0.92% | 0.87% | - |
| XYZ | 35.71 | 27 | 3.86 | - |
| YUV | 133.76 | 62.11 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 17 | 0 | 0.49 | 0.92 | 0.13 | 27.94 | 0.86 | 0.47 |
| Hex | DD | 70 | 11 | 0 | 31 | 5C | D | 1C | 56 | 2F |
| Octal | 335 | 160 | 21 | 0 | 61 | 134 | 15 | 34 | 126 | 57 |
| Binary | 11011101 | 1110000 | 10001 | 0 | 110001 | 1011100 | 1101 | 11100 | 1010110 | 101111 |
Color Harmonies of #DD7011
Complementary color
Monochromatic Colors of #DD7011
Black with #DD7011
Text Example
Text Example
White with #DD7011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7011; }
p { color: rgb(221,112,17); }
H1.HeaderClassName
{
color: #DD7011;
}
.AnyTagClassName
{
color: #DD7011;
}
</style>
background-color css
<style>
a { background-color: #DD7011; }
a { background-color: rgb(221,112,17); }
div.DivClassName
{
background-color: #DD7011;
}
.BgClassName
{
background-color: #DD7011;
}
</style>
border-color css
<style>
span { border-color: #DD7011; }
span { border-color: rgb(221,112,17); }
td.TdClassName
{
border-color: #DD7011;
}
.TagClassName
{
border-color: #DD7011;
}
</style>