Shades of Chocolate #D56F0E
Tints of Chocolate #D56F0E
RGB
CMYK
RGB Variations
Color information
#D56F0E (or 0xD56F0E) is known color: Chocolate. HEX triplet: D5, 6F and 0E. RGB value is (213,111,14). Sum of RGB (Red+Green+Blue) = 213+111+14=338 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.02% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 14 (5.86% from 255 or 4.14% from 338); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56F0E is #2A90F1. Grayscale: #828282. Windows color (decimal): -2789618 or 946133. OLE color: 946133.
HSL color Cylindrical-coordinate representation of color #D56F0E: hue angle of 29.25º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D56F0E is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 111 | 14 | - |
| CMYK | 0 | 0.48 | 0.93 | 0.16 |
| HSL | 29.25º | 0.88% | 0.45% | - |
| HSV(B) | 29.25º | 0.93% | 0.84% | - |
| XYZ | 33.2 | 25.55 | 3.6 | - |
| YUV | 130.44 | 62.29 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 111 | 14 | 0 | 0.48 | 0.93 | 0.16 | 29.25 | 0.88 | 0.45 |
| Hex | D5 | 6F | E | 0 | 30 | 5D | 10 | 1D | 58 | 2D |
| Octal | 325 | 157 | 16 | 0 | 60 | 135 | 20 | 35 | 130 | 55 |
| Binary | 11010101 | 1101111 | 1110 | 0 | 110000 | 1011101 | 10000 | 11101 | 1011000 | 101101 |
Color Harmonies of #D56F0E
Complementary color
Monochromatic Colors of #D56F0E
Black with #D56F0E
Text Example
Text Example
White with #D56F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56F0E; }
p { color: rgb(213,111,14); }
H1.HeaderClassName
{
color: #D56F0E;
}
.AnyTagClassName
{
color: #D56F0E;
}
</style>
background-color css
<style>
a { background-color: #D56F0E; }
a { background-color: rgb(213,111,14); }
div.DivClassName
{
background-color: #D56F0E;
}
.BgClassName
{
background-color: #D56F0E;
}
</style>
border-color css
<style>
span { border-color: #D56F0E; }
span { border-color: rgb(213,111,14); }
td.TdClassName
{
border-color: #D56F0E;
}
.TagClassName
{
border-color: #D56F0E;
}
</style>