Shades of Chocolate #D56B0D
Tints of Chocolate #D56B0D
RGB
CMYK
RGB Variations
Color information
#D56B0D (or 0xD56B0D) is known color: Chocolate. HEX triplet: D5, 6B and 0D. RGB value is (213,107,13). Sum of RGB (Red+Green+Blue) = 213+107+13=333 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.96% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 13 (5.47% from 255 or 3.90% from 333); Max value from RGB is 213 - color contains mainly: red. Hex color #D56B0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56B0D is #2A94F2. Grayscale: #808080. Windows color (decimal): -2790643 or 879573. OLE color: 879573.
HSL color Cylindrical-coordinate representation of color #D56B0D: hue angle of 28.2º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D56B0D is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 107 | 13 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.16 |
| HSL | 28.2º | 0.88% | 0.44% | - |
| HSV(B) | 28.2º | 0.94% | 0.84% | - |
| XYZ | 32.77 | 24.69 | 3.42 | - |
| YUV | 127.98 | 63.12 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 107 | 13 | 0 | 0.50 | 0.94 | 0.16 | 28.2 | 0.88 | 0.44 |
| Hex | D5 | 6B | D | 0 | 32 | 5E | 10 | 1C | 58 | 2C |
| Octal | 325 | 153 | 15 | 0 | 62 | 136 | 20 | 34 | 130 | 54 |
| Binary | 11010101 | 1101011 | 1101 | 0 | 110010 | 1011110 | 10000 | 11100 | 1011000 | 101100 |
Color Harmonies of #D56B0D
Complementary color
Monochromatic Colors of #D56B0D
Black with #D56B0D
Text Example
Text Example
White with #D56B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56B0D; }
p { color: rgb(213,107,13); }
H1.HeaderClassName
{
color: #D56B0D;
}
.AnyTagClassName
{
color: #D56B0D;
}
</style>
background-color css
<style>
a { background-color: #D56B0D; }
a { background-color: rgb(213,107,13); }
div.DivClassName
{
background-color: #D56B0D;
}
.BgClassName
{
background-color: #D56B0D;
}
</style>
border-color css
<style>
span { border-color: #D56B0D; }
span { border-color: rgb(213,107,13); }
td.TdClassName
{
border-color: #D56B0D;
}
.TagClassName
{
border-color: #D56B0D;
}
</style>