Shades of Chocolate #DD5217
Tints of Chocolate #DD5217
RGB
CMYK
RGB Variations
Color information
#DD5217 (or 0xDD5217) is known color: Chocolate. HEX triplet: DD, 52 and 17. RGB value is (221,82,23). Sum of RGB (Red+Green+Blue) = 221+82+23=326 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.79% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 23 (9.38% from 255 or 7.06% from 326); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5217 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5217 is #22ADE8. Grayscale: #757575. Windows color (decimal): -2272745 or 1528541. OLE color: 1528541.
HSL color Cylindrical-coordinate representation of color #DD5217: hue angle of 17.88º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD5217 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 23 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.13 |
| HSL | 17.88º | 0.81% | 0.48% | - |
| HSV(B) | 17.88º | 0.9% | 0.87% | - |
| XYZ | 32.99 | 21.47 | 3.22 | - |
| YUV | 116.84 | 75.05 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 23 | 0 | 0.63 | 0.90 | 0.13 | 17.88 | 0.81 | 0.48 |
| Hex | DD | 52 | 17 | 0 | 3F | 5A | D | 12 | 51 | 30 |
| Octal | 335 | 122 | 27 | 0 | 77 | 132 | 15 | 22 | 121 | 60 |
| Binary | 11011101 | 1010010 | 10111 | 0 | 111111 | 1011010 | 1101 | 10010 | 1010001 | 110000 |
Color Harmonies of #DD5217
Complementary color
Monochromatic Colors of #DD5217
Black with #DD5217
Text Example
Text Example
White with #DD5217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5217; }
p { color: rgb(221,82,23); }
H1.HeaderClassName
{
color: #DD5217;
}
.AnyTagClassName
{
color: #DD5217;
}
</style>
background-color css
<style>
a { background-color: #DD5217; }
a { background-color: rgb(221,82,23); }
div.DivClassName
{
background-color: #DD5217;
}
.BgClassName
{
background-color: #DD5217;
}
</style>
border-color css
<style>
span { border-color: #DD5217; }
span { border-color: rgb(221,82,23); }
td.TdClassName
{
border-color: #DD5217;
}
.TagClassName
{
border-color: #DD5217;
}
</style>