Shades of Chocolate #DD5B11
Tints of Chocolate #DD5B11
RGB
CMYK
RGB Variations
Color information
#DD5B11 (or 0xDD5B11) is known color: Chocolate. HEX triplet: DD, 5B and 11. RGB value is (221,91,17). Sum of RGB (Red+Green+Blue) = 221+91+17=329 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.17% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 17 (7.03% from 255 or 5.17% from 329); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5B11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5B11 is #22A4EE. Grayscale: #797979. Windows color (decimal): -2270447 or 1137629. OLE color: 1137629.
HSL color Cylindrical-coordinate representation of color #DD5B11: hue angle of 21.76º 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 #DD5B11 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 91 | 17 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.13 |
| HSL | 21.76º | 0.86% | 0.47% | - |
| HSV(B) | 21.76º | 0.92% | 0.87% | - |
| XYZ | 33.66 | 22.89 | 3.18 | - |
| YUV | 121.43 | 69.07 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 91 | 17 | 0 | 0.59 | 0.92 | 0.13 | 21.76 | 0.86 | 0.47 |
| Hex | DD | 5B | 11 | 0 | 3B | 5C | D | 16 | 56 | 2F |
| Octal | 335 | 133 | 21 | 0 | 73 | 134 | 15 | 26 | 126 | 57 |
| Binary | 11011101 | 1011011 | 10001 | 0 | 111011 | 1011100 | 1101 | 10110 | 1010110 | 101111 |
Color Harmonies of #DD5B11
Complementary color
Monochromatic Colors of #DD5B11
Black with #DD5B11
Text Example
Text Example
White with #DD5B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5B11; }
p { color: rgb(221,91,17); }
H1.HeaderClassName
{
color: #DD5B11;
}
.AnyTagClassName
{
color: #DD5B11;
}
</style>
background-color css
<style>
a { background-color: #DD5B11; }
a { background-color: rgb(221,91,17); }
div.DivClassName
{
background-color: #DD5B11;
}
.BgClassName
{
background-color: #DD5B11;
}
</style>
border-color css
<style>
span { border-color: #DD5B11; }
span { border-color: rgb(221,91,17); }
td.TdClassName
{
border-color: #DD5B11;
}
.TagClassName
{
border-color: #DD5B11;
}
</style>