Shades of Chocolate #DD6611
Tints of Chocolate #DD6611
RGB
CMYK
RGB Variations
Color information
#DD6611 (or 0xDD6611) is known color: Chocolate. HEX triplet: DD, 66 and 11. RGB value is (221,102,17). Sum of RGB (Red+Green+Blue) = 221+102+17=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 17 (7.03% from 255 or 5% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6611 is #2299EE. Grayscale: #808080. Windows color (decimal): -2267631 or 1140445. OLE color: 1140445.
HSL color Cylindrical-coordinate representation of color #DD6611: hue angle of 25º 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 #DD6611 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 17 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.13 |
| HSL | 25º | 0.86% | 0.47% | - |
| HSV(B) | 25º | 0.92% | 0.87% | - |
| XYZ | 34.67 | 24.92 | 3.51 | - |
| YUV | 127.89 | 65.42 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 17 | 0 | 0.54 | 0.92 | 0.13 | 25 | 0.86 | 0.47 |
| Hex | DD | 66 | 11 | 0 | 36 | 5C | D | 19 | 56 | 2F |
| Octal | 335 | 146 | 21 | 0 | 66 | 134 | 15 | 31 | 126 | 57 |
| Binary | 11011101 | 1100110 | 10001 | 0 | 110110 | 1011100 | 1101 | 11001 | 1010110 | 101111 |
Color Harmonies of #DD6611
Complementary color
Monochromatic Colors of #DD6611
Black with #DD6611
Text Example
Text Example
White with #DD6611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6611; }
p { color: rgb(221,102,17); }
H1.HeaderClassName
{
color: #DD6611;
}
.AnyTagClassName
{
color: #DD6611;
}
</style>
background-color css
<style>
a { background-color: #DD6611; }
a { background-color: rgb(221,102,17); }
div.DivClassName
{
background-color: #DD6611;
}
.BgClassName
{
background-color: #DD6611;
}
</style>
border-color css
<style>
span { border-color: #DD6611; }
span { border-color: rgb(221,102,17); }
td.TdClassName
{
border-color: #DD6611;
}
.TagClassName
{
border-color: #DD6611;
}
</style>