Shades of Chocolate #DD7716
Tints of Chocolate #DD7716
RGB
CMYK
RGB Variations
Color information
#DD7716 (or 0xDD7716) is known color: Chocolate. HEX triplet: DD, 77 and 16. RGB value is (221,119,22). Sum of RGB (Red+Green+Blue) = 221+119+22=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 22 (8.98% from 255 or 6.08% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7716 is #2288E9. Grayscale: #8A8A8A. Windows color (decimal): -2263274 or 1472477. OLE color: 1472477.
HSL color Cylindrical-coordinate representation of color #DD7716: hue angle of 29.25º 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 #DD7716 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 22 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.13 |
| HSL | 29.25º | 0.82% | 0.48% | - |
| HSV(B) | 29.25º | 0.9% | 0.87% | - |
| XYZ | 36.56 | 28.62 | 4.36 | - |
| YUV | 138.44 | 62.29 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 22 | 0 | 0.46 | 0.90 | 0.13 | 29.25 | 0.82 | 0.48 |
| Hex | DD | 77 | 16 | 0 | 2E | 5A | D | 1D | 52 | 30 |
| Octal | 335 | 167 | 26 | 0 | 56 | 132 | 15 | 35 | 122 | 60 |
| Binary | 11011101 | 1110111 | 10110 | 0 | 101110 | 1011010 | 1101 | 11101 | 1010010 | 110000 |
Color Harmonies of #DD7716
Complementary color
Monochromatic Colors of #DD7716
Black with #DD7716
Text Example
Text Example
White with #DD7716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7716; }
p { color: rgb(221,119,22); }
H1.HeaderClassName
{
color: #DD7716;
}
.AnyTagClassName
{
color: #DD7716;
}
</style>
background-color css
<style>
a { background-color: #DD7716; }
a { background-color: rgb(221,119,22); }
div.DivClassName
{
background-color: #DD7716;
}
.BgClassName
{
background-color: #DD7716;
}
</style>
border-color css
<style>
span { border-color: #DD7716; }
span { border-color: rgb(221,119,22); }
td.TdClassName
{
border-color: #DD7716;
}
.TagClassName
{
border-color: #DD7716;
}
</style>