Shades of Chocolate #D56C0B
Tints of Chocolate #D56C0B
RGB
CMYK
RGB Variations
Color information
#D56C0B (or 0xD56C0B) is known color: Chocolate. HEX triplet: D5, 6C and 0B. RGB value is (213,108,11). Sum of RGB (Red+Green+Blue) = 213+108+11=332 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.16% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 11 (4.69% from 255 or 3.31% from 332); Max value from RGB is 213 - color contains mainly: red. Hex color #D56C0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56C0B is #2A93F4. Grayscale: #808080. Windows color (decimal): -2790389 or 748757. OLE color: 748757.
HSL color Cylindrical-coordinate representation of color #D56C0B: hue angle of 28.81º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D56C0B is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 108 | 11 | - |
| CMYK | 0 | 0.49 | 0.95 | 0.16 |
| HSL | 28.81º | 0.9% | 0.44% | - |
| HSV(B) | 28.81º | 0.95% | 0.84% | - |
| XYZ | 32.86 | 24.9 | 3.39 | - |
| YUV | 128.34 | 61.79 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 108 | 11 | 0 | 0.49 | 0.95 | 0.16 | 28.81 | 0.9 | 0.44 |
| Hex | D5 | 6C | B | 0 | 31 | 5F | 10 | 1D | 5A | 2C |
| Octal | 325 | 154 | 13 | 0 | 61 | 137 | 20 | 35 | 132 | 54 |
| Binary | 11010101 | 1101100 | 1011 | 0 | 110001 | 1011111 | 10000 | 11101 | 1011010 | 101100 |
Color Harmonies of #D56C0B
Complementary color
Monochromatic Colors of #D56C0B
Black with #D56C0B
Text Example
Text Example
White with #D56C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56C0B; }
p { color: rgb(213,108,11); }
H1.HeaderClassName
{
color: #D56C0B;
}
.AnyTagClassName
{
color: #D56C0B;
}
</style>
background-color css
<style>
a { background-color: #D56C0B; }
a { background-color: rgb(213,108,11); }
div.DivClassName
{
background-color: #D56C0B;
}
.BgClassName
{
background-color: #D56C0B;
}
</style>
border-color css
<style>
span { border-color: #D56C0B; }
span { border-color: rgb(213,108,11); }
td.TdClassName
{
border-color: #D56C0B;
}
.TagClassName
{
border-color: #D56C0B;
}
</style>