Shades of Chocolate #D16E13
Tints of Chocolate #D16E13
RGB
CMYK
RGB Variations
Color information
#D16E13 (or 0xD16E13) is known color: Chocolate. HEX triplet: D1, 6E and 13. RGB value is (209,110,19). Sum of RGB (Red+Green+Blue) = 209+110+19=338 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.83% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 19 (7.81% from 255 or 5.62% from 338); Max value from RGB is 209 - color contains mainly: red. Hex color #D16E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16E13 is #2E91EC. Grayscale: #818181. Windows color (decimal): -3052013 or 1273553. OLE color: 1273553.
HSL color Cylindrical-coordinate representation of color #D16E13: hue angle of 28.74º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D16E13 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 110 | 19 | - |
| CMYK | 0 | 0.47 | 0.91 | 0.18 |
| HSL | 28.74º | 0.83% | 0.45% | - |
| HSV(B) | 28.74º | 0.91% | 0.82% | - |
| XYZ | 31.99 | 24.75 | 3.71 | - |
| YUV | 129.23 | 65.8 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 110 | 19 | 0 | 0.47 | 0.91 | 0.18 | 28.74 | 0.83 | 0.45 |
| Hex | D1 | 6E | 13 | 0 | 2F | 5B | 12 | 1D | 53 | 2D |
| Octal | 321 | 156 | 23 | 0 | 57 | 133 | 22 | 35 | 123 | 55 |
| Binary | 11010001 | 1101110 | 10011 | 0 | 101111 | 1011011 | 10010 | 11101 | 1010011 | 101101 |
Color Harmonies of #D16E13
Complementary color
Monochromatic Colors of #D16E13
Black with #D16E13
Text Example
Text Example
White with #D16E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16E13; }
p { color: rgb(209,110,19); }
H1.HeaderClassName
{
color: #D16E13;
}
.AnyTagClassName
{
color: #D16E13;
}
</style>
background-color css
<style>
a { background-color: #D16E13; }
a { background-color: rgb(209,110,19); }
div.DivClassName
{
background-color: #D16E13;
}
.BgClassName
{
background-color: #D16E13;
}
</style>
border-color css
<style>
span { border-color: #D16E13; }
span { border-color: rgb(209,110,19); }
td.TdClassName
{
border-color: #D16E13;
}
.TagClassName
{
border-color: #D16E13;
}
</style>