Shades of Chocolate #DD6E11
Tints of Chocolate #DD6E11
RGB
CMYK
RGB Variations
Color information
#DD6E11 (or 0xDD6E11) is known color: Chocolate. HEX triplet: DD, 6E and 11. RGB value is (221,110,17). Sum of RGB (Red+Green+Blue) = 221+110+17=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 17 (7.03% from 255 or 4.89% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6E11 is #2291EE. Grayscale: #858585. Windows color (decimal): -2265583 or 1142493. OLE color: 1142493.
HSL color Cylindrical-coordinate representation of color #DD6E11: hue angle of 27.35º 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 #DD6E11 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 110 | 17 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.13 |
| HSL | 27.35º | 0.86% | 0.47% | - |
| HSV(B) | 27.35º | 0.92% | 0.87% | - |
| XYZ | 35.5 | 26.56 | 3.79 | - |
| YUV | 132.59 | 62.77 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 110 | 17 | 0 | 0.50 | 0.92 | 0.13 | 27.35 | 0.86 | 0.47 |
| Hex | DD | 6E | 11 | 0 | 32 | 5C | D | 1B | 56 | 2F |
| Octal | 335 | 156 | 21 | 0 | 62 | 134 | 15 | 33 | 126 | 57 |
| Binary | 11011101 | 1101110 | 10001 | 0 | 110010 | 1011100 | 1101 | 11011 | 1010110 | 101111 |
Color Harmonies of #DD6E11
Complementary color
Monochromatic Colors of #DD6E11
Black with #DD6E11
Text Example
Text Example
White with #DD6E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6E11; }
p { color: rgb(221,110,17); }
H1.HeaderClassName
{
color: #DD6E11;
}
.AnyTagClassName
{
color: #DD6E11;
}
</style>
background-color css
<style>
a { background-color: #DD6E11; }
a { background-color: rgb(221,110,17); }
div.DivClassName
{
background-color: #DD6E11;
}
.BgClassName
{
background-color: #DD6E11;
}
</style>
border-color css
<style>
span { border-color: #DD6E11; }
span { border-color: rgb(221,110,17); }
td.TdClassName
{
border-color: #DD6E11;
}
.TagClassName
{
border-color: #DD6E11;
}
</style>