Shades of Chocolate #D56A16
Tints of Chocolate #D56A16
RGB
CMYK
RGB Variations
Color information
#D56A16 (or 0xD56A16) is known color: Chocolate. HEX triplet: D5, 6A and 16. RGB value is (213,106,22). Sum of RGB (Red+Green+Blue) = 213+106+22=341 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.46% from 341); Green value is 106 (41.80% from 255 or 31.09% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 213 - color contains mainly: red. Hex color #D56A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56A16 is #2A95E9. Grayscale: #808080. Windows color (decimal): -2790890 or 1469141. OLE color: 1469141.
HSL color Cylindrical-coordinate representation of color #D56A16: hue angle of 26.39º 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 #D56A16 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 106 | 22 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.16 |
| HSL | 26.39º | 0.81% | 0.46% | - |
| HSV(B) | 26.39º | 0.9% | 0.84% | - |
| XYZ | 32.74 | 24.51 | 3.76 | - |
| YUV | 128.42 | 67.95 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 106 | 22 | 0 | 0.50 | 0.90 | 0.16 | 26.39 | 0.81 | 0.46 |
| Hex | D5 | 6A | 16 | 0 | 32 | 5A | 10 | 1A | 51 | 2E |
| Octal | 325 | 152 | 26 | 0 | 62 | 132 | 20 | 32 | 121 | 56 |
| Binary | 11010101 | 1101010 | 10110 | 0 | 110010 | 1011010 | 10000 | 11010 | 1010001 | 101110 |
Color Harmonies of #D56A16
Complementary color
Monochromatic Colors of #D56A16
Black with #D56A16
Text Example
Text Example
White with #D56A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56A16; }
p { color: rgb(213,106,22); }
H1.HeaderClassName
{
color: #D56A16;
}
.AnyTagClassName
{
color: #D56A16;
}
</style>
background-color css
<style>
a { background-color: #D56A16; }
a { background-color: rgb(213,106,22); }
div.DivClassName
{
background-color: #D56A16;
}
.BgClassName
{
background-color: #D56A16;
}
</style>
border-color css
<style>
span { border-color: #D56A16; }
span { border-color: rgb(213,106,22); }
td.TdClassName
{
border-color: #D56A16;
}
.TagClassName
{
border-color: #D56A16;
}
</style>