Shades of Chocolate #D16B15
Tints of Chocolate #D16B15
RGB
CMYK
RGB Variations
Color information
#D16B15 (or 0xD16B15) is known color: Chocolate. HEX triplet: D1, 6B and 15. RGB value is (209,107,21). Sum of RGB (Red+Green+Blue) = 209+107+21=337 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.02% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 21 (8.59% from 255 or 6.23% from 337); Max value from RGB is 209 - color contains mainly: red. Hex color #D16B15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16B15 is #2E94EA. Grayscale: #808080. Windows color (decimal): -3052779 or 1403857. OLE color: 1403857.
HSL color Cylindrical-coordinate representation of color #D16B15: hue angle of 27.45º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D16B15 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 107 | 21 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.18 |
| HSL | 27.45º | 0.82% | 0.45% | - |
| HSV(B) | 27.45º | 0.9% | 0.82% | - |
| XYZ | 31.69 | 24.12 | 3.7 | - |
| YUV | 127.69 | 67.79 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 107 | 21 | 0 | 0.49 | 0.90 | 0.18 | 27.45 | 0.82 | 0.45 |
| Hex | D1 | 6B | 15 | 0 | 31 | 5A | 12 | 1B | 52 | 2D |
| Octal | 321 | 153 | 25 | 0 | 61 | 132 | 22 | 33 | 122 | 55 |
| Binary | 11010001 | 1101011 | 10101 | 0 | 110001 | 1011010 | 10010 | 11011 | 1010010 | 101101 |
Color Harmonies of #D16B15
Complementary color
Monochromatic Colors of #D16B15
Black with #D16B15
Text Example
Text Example
White with #D16B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16B15; }
p { color: rgb(209,107,21); }
H1.HeaderClassName
{
color: #D16B15;
}
.AnyTagClassName
{
color: #D16B15;
}
</style>
background-color css
<style>
a { background-color: #D16B15; }
a { background-color: rgb(209,107,21); }
div.DivClassName
{
background-color: #D16B15;
}
.BgClassName
{
background-color: #D16B15;
}
</style>
border-color css
<style>
span { border-color: #D16B15; }
span { border-color: rgb(209,107,21); }
td.TdClassName
{
border-color: #D16B15;
}
.TagClassName
{
border-color: #D16B15;
}
</style>