Shades of Chocolate #D56B16
Tints of Chocolate #D56B16
RGB
CMYK
RGB Variations
Color information
#D56B16 (or 0xD56B16) is known color: Chocolate. HEX triplet: D5, 6B and 16. RGB value is (213,107,22). Sum of RGB (Red+Green+Blue) = 213+107+22=342 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.28% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 213 - color contains mainly: red. Hex color #D56B16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56B16 is #2A94E9. Grayscale: #818181. Windows color (decimal): -2790634 or 1469397. OLE color: 1469397.
HSL color Cylindrical-coordinate representation of color #D56B16: hue angle of 26.7º 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 #D56B16 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 107 | 22 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.16 |
| HSL | 26.7º | 0.81% | 0.46% | - |
| HSV(B) | 26.7º | 0.9% | 0.84% | - |
| XYZ | 32.84 | 24.72 | 3.8 | - |
| YUV | 129 | 67.62 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 107 | 22 | 0 | 0.50 | 0.90 | 0.16 | 26.7 | 0.81 | 0.46 |
| Hex | D5 | 6B | 16 | 0 | 32 | 5A | 10 | 1B | 51 | 2E |
| Octal | 325 | 153 | 26 | 0 | 62 | 132 | 20 | 33 | 121 | 56 |
| Binary | 11010101 | 1101011 | 10110 | 0 | 110010 | 1011010 | 10000 | 11011 | 1010001 | 101110 |
Color Harmonies of #D56B16
Complementary color
Monochromatic Colors of #D56B16
Black with #D56B16
Text Example
Text Example
White with #D56B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56B16; }
p { color: rgb(213,107,22); }
H1.HeaderClassName
{
color: #D56B16;
}
.AnyTagClassName
{
color: #D56B16;
}
</style>
background-color css
<style>
a { background-color: #D56B16; }
a { background-color: rgb(213,107,22); }
div.DivClassName
{
background-color: #D56B16;
}
.BgClassName
{
background-color: #D56B16;
}
</style>
border-color css
<style>
span { border-color: #D56B16; }
span { border-color: rgb(213,107,22); }
td.TdClassName
{
border-color: #D56B16;
}
.TagClassName
{
border-color: #D56B16;
}
</style>