Shades of Chocolate #D15816
Tints of Chocolate #D15816
RGB
CMYK
RGB Variations
Color information
#D15816 (or 0xD15816) is known color: Chocolate. HEX triplet: D1, 58 and 16. RGB value is (209,88,22). Sum of RGB (Red+Green+Blue) = 209+88+22=319 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.52% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 209 - color contains mainly: red. Hex color #D15816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15816 is #2EA7E9. Grayscale: #757575. Windows color (decimal): -3057642 or 1464529. OLE color: 1464529.
HSL color Cylindrical-coordinate representation of color #D15816: hue angle of 21.18º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D15816 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 88 | 22 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.18 |
| HSL | 21.18º | 0.81% | 0.45% | - |
| HSV(B) | 21.18º | 0.89% | 0.82% | - |
| XYZ | 29.93 | 20.59 | 3.16 | - |
| YUV | 116.66 | 74.59 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 88 | 22 | 0 | 0.58 | 0.89 | 0.18 | 21.18 | 0.81 | 0.45 |
| Hex | D1 | 58 | 16 | 0 | 3A | 59 | 12 | 15 | 51 | 2D |
| Octal | 321 | 130 | 26 | 0 | 72 | 131 | 22 | 25 | 121 | 55 |
| Binary | 11010001 | 1011000 | 10110 | 0 | 111010 | 1011001 | 10010 | 10101 | 1010001 | 101101 |
Color Harmonies of #D15816
Complementary color
Monochromatic Colors of #D15816
Black with #D15816
Text Example
Text Example
White with #D15816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15816; }
p { color: rgb(209,88,22); }
H1.HeaderClassName
{
color: #D15816;
}
.AnyTagClassName
{
color: #D15816;
}
</style>
background-color css
<style>
a { background-color: #D15816; }
a { background-color: rgb(209,88,22); }
div.DivClassName
{
background-color: #D15816;
}
.BgClassName
{
background-color: #D15816;
}
</style>
border-color css
<style>
span { border-color: #D15816; }
span { border-color: rgb(209,88,22); }
td.TdClassName
{
border-color: #D15816;
}
.TagClassName
{
border-color: #D15816;
}
</style>