Shades of Chocolate #D56916
Tints of Chocolate #D56916
RGB
CMYK
RGB Variations
Color information
#D56916 (or 0xD56916) is known color: Chocolate. HEX triplet: D5, 69 and 16. RGB value is (213,105,22). Sum of RGB (Red+Green+Blue) = 213+105+22=340 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.65% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 22 (8.98% from 255 or 6.47% from 340); Max value from RGB is 213 - color contains mainly: red. Hex color #D56916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56916 is #2A96E9. Grayscale: #808080. Windows color (decimal): -2791146 or 1468885. OLE color: 1468885.
HSL color Cylindrical-coordinate representation of color #D56916: hue angle of 26.07º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D56916 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 105 | 22 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.16 |
| HSL | 26.07º | 0.81% | 0.46% | - |
| HSV(B) | 26.07º | 0.9% | 0.84% | - |
| XYZ | 32.64 | 24.31 | 3.73 | - |
| YUV | 127.83 | 68.28 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 105 | 22 | 0 | 0.51 | 0.90 | 0.16 | 26.07 | 0.81 | 0.46 |
| Hex | D5 | 69 | 16 | 0 | 33 | 5A | 10 | 1A | 51 | 2E |
| Octal | 325 | 151 | 26 | 0 | 63 | 132 | 20 | 32 | 121 | 56 |
| Binary | 11010101 | 1101001 | 10110 | 0 | 110011 | 1011010 | 10000 | 11010 | 1010001 | 101110 |
Color Harmonies of #D56916
Complementary color
Monochromatic Colors of #D56916
Black with #D56916
Text Example
Text Example
White with #D56916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56916; }
p { color: rgb(213,105,22); }
H1.HeaderClassName
{
color: #D56916;
}
.AnyTagClassName
{
color: #D56916;
}
</style>
background-color css
<style>
a { background-color: #D56916; }
a { background-color: rgb(213,105,22); }
div.DivClassName
{
background-color: #D56916;
}
.BgClassName
{
background-color: #D56916;
}
</style>
border-color css
<style>
span { border-color: #D56916; }
span { border-color: rgb(213,105,22); }
td.TdClassName
{
border-color: #D56916;
}
.TagClassName
{
border-color: #D56916;
}
</style>