Shades of Chocolate #D56911
Tints of Chocolate #D56911
RGB
CMYK
RGB Variations
Color information
#D56911 (or 0xD56911) is known color: Chocolate. HEX triplet: D5, 69 and 11. RGB value is (213,105,17). Sum of RGB (Red+Green+Blue) = 213+105+17=335 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.58% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 213 - color contains mainly: red. Hex color #D56911 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56911 is #2A96EE. Grayscale: #7F7F7F. Windows color (decimal): -2791151 or 1141205. OLE color: 1141205.
HSL color Cylindrical-coordinate representation of color #D56911: hue angle of 26.94º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D56911 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 105 | 17 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.16 |
| HSL | 26.94º | 0.85% | 0.45% | - |
| HSV(B) | 26.94º | 0.92% | 0.84% | - |
| XYZ | 32.59 | 24.29 | 3.5 | - |
| YUV | 127.26 | 65.78 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 105 | 17 | 0 | 0.51 | 0.92 | 0.16 | 26.94 | 0.85 | 0.45 |
| Hex | D5 | 69 | 11 | 0 | 33 | 5C | 10 | 1B | 55 | 2D |
| Octal | 325 | 151 | 21 | 0 | 63 | 134 | 20 | 33 | 125 | 55 |
| Binary | 11010101 | 1101001 | 10001 | 0 | 110011 | 1011100 | 10000 | 11011 | 1010101 | 101101 |
Color Harmonies of #D56911
Complementary color
Monochromatic Colors of #D56911
Black with #D56911
Text Example
Text Example
White with #D56911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56911; }
p { color: rgb(213,105,17); }
H1.HeaderClassName
{
color: #D56911;
}
.AnyTagClassName
{
color: #D56911;
}
</style>
background-color css
<style>
a { background-color: #D56911; }
a { background-color: rgb(213,105,17); }
div.DivClassName
{
background-color: #D56911;
}
.BgClassName
{
background-color: #D56911;
}
</style>
border-color css
<style>
span { border-color: #D56911; }
span { border-color: rgb(213,105,17); }
td.TdClassName
{
border-color: #D56911;
}
.TagClassName
{
border-color: #D56911;
}
</style>