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