Shades of Chocolate #D56915
Tints of Chocolate #D56915
RGB
CMYK
RGB Variations
Color information
#D56915 (or 0xD56915) is known color: Chocolate. HEX triplet: D5, 69 and 15. RGB value is (213,105,21). Sum of RGB (Red+Green+Blue) = 213+105+21=339 (44% of max value = 765). Red value is 213 (83.59% from 255 or 62.83% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 21 (8.59% from 255 or 6.19% from 339); Max value from RGB is 213 - color contains mainly: red. Hex color #D56915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56915 is #2A96EA. Grayscale: #808080. Windows color (decimal): -2791147 or 1403349. OLE color: 1403349.
HSL color Cylindrical-coordinate representation of color #D56915: hue angle of 26.25º degrees, saturation: 0.82, 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 #D56915 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 105 | 21 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.16 |
| HSL | 26.25º | 0.82% | 0.46% | - |
| HSV(B) | 26.25º | 0.9% | 0.84% | - |
| XYZ | 32.63 | 24.3 | 3.68 | - |
| YUV | 127.72 | 67.78 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 105 | 21 | 0 | 0.51 | 0.90 | 0.16 | 26.25 | 0.82 | 0.46 |
| Hex | D5 | 69 | 15 | 0 | 33 | 5A | 10 | 1A | 52 | 2E |
| Octal | 325 | 151 | 25 | 0 | 63 | 132 | 20 | 32 | 122 | 56 |
| Binary | 11010101 | 1101001 | 10101 | 0 | 110011 | 1011010 | 10000 | 11010 | 1010010 | 101110 |
Color Harmonies of #D56915
Complementary color
Monochromatic Colors of #D56915
Black with #D56915
Text Example
Text Example
White with #D56915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56915; }
p { color: rgb(213,105,21); }
H1.HeaderClassName
{
color: #D56915;
}
.AnyTagClassName
{
color: #D56915;
}
</style>
background-color css
<style>
a { background-color: #D56915; }
a { background-color: rgb(213,105,21); }
div.DivClassName
{
background-color: #D56915;
}
.BgClassName
{
background-color: #D56915;
}
</style>
border-color css
<style>
span { border-color: #D56915; }
span { border-color: rgb(213,105,21); }
td.TdClassName
{
border-color: #D56915;
}
.TagClassName
{
border-color: #D56915;
}
</style>