Shades of Chocolate #DD5C11
Tints of Chocolate #DD5C11
RGB
CMYK
RGB Variations
Color information
#DD5C11 (or 0xDD5C11) is known color: Chocolate. HEX triplet: DD, 5C and 11. RGB value is (221,92,17). Sum of RGB (Red+Green+Blue) = 221+92+17=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 17 (7.03% from 255 or 5.15% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5C11 is #22A3EE. Grayscale: #7A7A7A. Windows color (decimal): -2270191 or 1137885. OLE color: 1137885.
HSL color Cylindrical-coordinate representation of color #DD5C11: hue angle of 22.06º 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 #DD5C11 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 92 | 17 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.13 |
| HSL | 22.06º | 0.86% | 0.47% | - |
| HSV(B) | 22.06º | 0.92% | 0.87% | - |
| XYZ | 33.75 | 23.07 | 3.2 | - |
| YUV | 122.02 | 68.74 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 92 | 17 | 0 | 0.58 | 0.92 | 0.13 | 22.06 | 0.86 | 0.47 |
| Hex | DD | 5C | 11 | 0 | 3A | 5C | D | 16 | 56 | 2F |
| Octal | 335 | 134 | 21 | 0 | 72 | 134 | 15 | 26 | 126 | 57 |
| Binary | 11011101 | 1011100 | 10001 | 0 | 111010 | 1011100 | 1101 | 10110 | 1010110 | 101111 |
Color Harmonies of #DD5C11
Complementary color
Monochromatic Colors of #DD5C11
Black with #DD5C11
Text Example
Text Example
White with #DD5C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5C11; }
p { color: rgb(221,92,17); }
H1.HeaderClassName
{
color: #DD5C11;
}
.AnyTagClassName
{
color: #DD5C11;
}
</style>
background-color css
<style>
a { background-color: #DD5C11; }
a { background-color: rgb(221,92,17); }
div.DivClassName
{
background-color: #DD5C11;
}
.BgClassName
{
background-color: #DD5C11;
}
</style>
border-color css
<style>
span { border-color: #DD5C11; }
span { border-color: rgb(221,92,17); }
td.TdClassName
{
border-color: #DD5C11;
}
.TagClassName
{
border-color: #DD5C11;
}
</style>