Shades of Chocolate #DC7716
Tints of Chocolate #DC7716
RGB
CMYK
RGB Variations
Color information
#DC7716 (or 0xDC7716) is known color: Chocolate. HEX triplet: DC, 77 and 16. RGB value is (220,119,22). Sum of RGB (Red+Green+Blue) = 220+119+22=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 22 (8.98% from 255 or 6.09% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7716 is #2388E9. Grayscale: #8A8A8A. Windows color (decimal): -2328810 or 1472476. OLE color: 1472476.
HSL color Cylindrical-coordinate representation of color #DC7716: hue angle of 29.39º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC7716 is Cyan = 0, Magento = 0.46, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 22 | - |
| CMYK | 0 | 0.46 | 0.9 | 0.14 |
| HSL | 29.39º | 0.82% | 0.47% | - |
| HSV(B) | 29.39º | 0.9% | 0.86% | - |
| XYZ | 36.26 | 28.47 | 4.34 | - |
| YUV | 138.14 | 62.46 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 22 | 0 | 0.46 | 0.9 | 0.14 | 29.39 | 0.82 | 0.47 |
| Hex | DC | 77 | 16 | 0 | 2E | 5A | E | 1D | 52 | 2F |
| Octal | 334 | 167 | 26 | 0 | 56 | 132 | 16 | 35 | 122 | 57 |
| Binary | 11011100 | 1110111 | 10110 | 0 | 101110 | 1011010 | 1110 | 11101 | 1010010 | 101111 |
Color Harmonies of #DC7716
Complementary color
Monochromatic Colors of #DC7716
Black with #DC7716
Text Example
Text Example
White with #DC7716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7716; }
p { color: rgb(220,119,22); }
H1.HeaderClassName
{
color: #DC7716;
}
.AnyTagClassName
{
color: #DC7716;
}
</style>
background-color css
<style>
a { background-color: #DC7716; }
a { background-color: rgb(220,119,22); }
div.DivClassName
{
background-color: #DC7716;
}
.BgClassName
{
background-color: #DC7716;
}
</style>
border-color css
<style>
span { border-color: #DC7716; }
span { border-color: rgb(220,119,22); }
td.TdClassName
{
border-color: #DC7716;
}
.TagClassName
{
border-color: #DC7716;
}
</style>