Shades of Chocolate #DD7516
Tints of Chocolate #DD7516
RGB
CMYK
RGB Variations
Color information
#DD7516 (or 0xDD7516) is known color: Chocolate. HEX triplet: DD, 75 and 16. RGB value is (221,117,22). Sum of RGB (Red+Green+Blue) = 221+117+22=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 22 (8.98% from 255 or 6.11% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7516 is #228AE9. Grayscale: #898989. Windows color (decimal): -2263786 or 1471965. OLE color: 1471965.
HSL color Cylindrical-coordinate representation of color #DD7516: hue angle of 28.64º degrees, saturation: 0.82, 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 #DD7516 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 22 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.13 |
| HSL | 28.64º | 0.82% | 0.48% | - |
| HSV(B) | 28.64º | 0.9% | 0.87% | - |
| XYZ | 36.32 | 28.15 | 4.28 | - |
| YUV | 137.27 | 62.96 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 22 | 0 | 0.47 | 0.90 | 0.13 | 28.64 | 0.82 | 0.48 |
| Hex | DD | 75 | 16 | 0 | 2F | 5A | D | 1D | 52 | 30 |
| Octal | 335 | 165 | 26 | 0 | 57 | 132 | 15 | 35 | 122 | 60 |
| Binary | 11011101 | 1110101 | 10110 | 0 | 101111 | 1011010 | 1101 | 11101 | 1010010 | 110000 |
Color Harmonies of #DD7516
Complementary color
Monochromatic Colors of #DD7516
Black with #DD7516
Text Example
Text Example
White with #DD7516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7516; }
p { color: rgb(221,117,22); }
H1.HeaderClassName
{
color: #DD7516;
}
.AnyTagClassName
{
color: #DD7516;
}
</style>
background-color css
<style>
a { background-color: #DD7516; }
a { background-color: rgb(221,117,22); }
div.DivClassName
{
background-color: #DD7516;
}
.BgClassName
{
background-color: #DD7516;
}
</style>
border-color css
<style>
span { border-color: #DD7516; }
span { border-color: rgb(221,117,22); }
td.TdClassName
{
border-color: #DD7516;
}
.TagClassName
{
border-color: #DD7516;
}
</style>