Shades of Chocolate #DD6511
Tints of Chocolate #DD6511
RGB
CMYK
RGB Variations
Color information
#DD6511 (or 0xDD6511) is known color: Chocolate. HEX triplet: DD, 65 and 11. RGB value is (221,101,17). Sum of RGB (Red+Green+Blue) = 221+101+17=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 17 (7.03% from 255 or 5.01% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6511 is #229AEE. Grayscale: #7F7F7F. Windows color (decimal): -2267887 or 1140189. OLE color: 1140189.
HSL color Cylindrical-coordinate representation of color #DD6511: hue angle of 24.71º 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 #DD6511 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 17 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.13 |
| HSL | 24.71º | 0.86% | 0.47% | - |
| HSV(B) | 24.71º | 0.92% | 0.87% | - |
| XYZ | 34.57 | 24.72 | 3.48 | - |
| YUV | 127.3 | 65.76 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 17 | 0 | 0.54 | 0.92 | 0.13 | 24.71 | 0.86 | 0.47 |
| Hex | DD | 65 | 11 | 0 | 36 | 5C | D | 19 | 56 | 2F |
| Octal | 335 | 145 | 21 | 0 | 66 | 134 | 15 | 31 | 126 | 57 |
| Binary | 11011101 | 1100101 | 10001 | 0 | 110110 | 1011100 | 1101 | 11001 | 1010110 | 101111 |
Color Harmonies of #DD6511
Complementary color
Monochromatic Colors of #DD6511
Black with #DD6511
Text Example
Text Example
White with #DD6511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6511; }
p { color: rgb(221,101,17); }
H1.HeaderClassName
{
color: #DD6511;
}
.AnyTagClassName
{
color: #DD6511;
}
</style>
background-color css
<style>
a { background-color: #DD6511; }
a { background-color: rgb(221,101,17); }
div.DivClassName
{
background-color: #DD6511;
}
.BgClassName
{
background-color: #DD6511;
}
</style>
border-color css
<style>
span { border-color: #DD6511; }
span { border-color: rgb(221,101,17); }
td.TdClassName
{
border-color: #DD6511;
}
.TagClassName
{
border-color: #DD6511;
}
</style>