Shades of Chocolate #DD7117
Tints of Chocolate #DD7117
RGB
CMYK
RGB Variations
Color information
#DD7117 (or 0xDD7117) is known color: Chocolate. HEX triplet: DD, 71 and 17. RGB value is (221,113,23). Sum of RGB (Red+Green+Blue) = 221+113+23=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 23 (9.38% from 255 or 6.44% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7117 is #228EE8. Grayscale: #878787. Windows color (decimal): -2264809 or 1536477. OLE color: 1536477.
HSL color Cylindrical-coordinate representation of color #DD7117: hue angle of 27.27º 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 #DD7117 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 113 | 23 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.13 |
| HSL | 27.27º | 0.81% | 0.48% | - |
| HSV(B) | 27.27º | 0.9% | 0.87% | - |
| XYZ | 35.88 | 27.24 | 4.18 | - |
| YUV | 135.03 | 64.78 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 113 | 23 | 0 | 0.49 | 0.90 | 0.13 | 27.27 | 0.81 | 0.48 |
| Hex | DD | 71 | 17 | 0 | 31 | 5A | D | 1B | 51 | 30 |
| Octal | 335 | 161 | 27 | 0 | 61 | 132 | 15 | 33 | 121 | 60 |
| Binary | 11011101 | 1110001 | 10111 | 0 | 110001 | 1011010 | 1101 | 11011 | 1010001 | 110000 |
Color Harmonies of #DD7117
Complementary color
Monochromatic Colors of #DD7117
Black with #DD7117
Text Example
Text Example
White with #DD7117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7117; }
p { color: rgb(221,113,23); }
H1.HeaderClassName
{
color: #DD7117;
}
.AnyTagClassName
{
color: #DD7117;
}
</style>
background-color css
<style>
a { background-color: #DD7117; }
a { background-color: rgb(221,113,23); }
div.DivClassName
{
background-color: #DD7117;
}
.BgClassName
{
background-color: #DD7117;
}
</style>
border-color css
<style>
span { border-color: #DD7117; }
span { border-color: rgb(221,113,23); }
td.TdClassName
{
border-color: #DD7117;
}
.TagClassName
{
border-color: #DD7117;
}
</style>