Shades of Chocolate #D16F0E
Tints of Chocolate #D16F0E
RGB
CMYK
RGB Variations
Color information
#D16F0E (or 0xD16F0E) is known color: Chocolate. HEX triplet: D1, 6F and 0E. RGB value is (209,111,14). Sum of RGB (Red+Green+Blue) = 209+111+14=334 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.57% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 14 (5.86% from 255 or 4.19% from 334); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16F0E is #2E90F1. Grayscale: #818181. Windows color (decimal): -3051762 or 946129. OLE color: 946129.
HSL color Cylindrical-coordinate representation of color #D16F0E: hue angle of 29.85º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D16F0E is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 111 | 14 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.18 |
| HSL | 29.85º | 0.87% | 0.44% | - |
| HSV(B) | 29.85º | 0.93% | 0.82% | - |
| XYZ | 32.06 | 24.96 | 3.54 | - |
| YUV | 129.24 | 62.97 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 111 | 14 | 0 | 0.47 | 0.93 | 0.18 | 29.85 | 0.87 | 0.44 |
| Hex | D1 | 6F | E | 0 | 2F | 5D | 12 | 1E | 57 | 2C |
| Octal | 321 | 157 | 16 | 0 | 57 | 135 | 22 | 36 | 127 | 54 |
| Binary | 11010001 | 1101111 | 1110 | 0 | 101111 | 1011101 | 10010 | 11110 | 1010111 | 101100 |
Color Harmonies of #D16F0E
Complementary color
Monochromatic Colors of #D16F0E
Black with #D16F0E
Text Example
Text Example
White with #D16F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16F0E; }
p { color: rgb(209,111,14); }
H1.HeaderClassName
{
color: #D16F0E;
}
.AnyTagClassName
{
color: #D16F0E;
}
</style>
background-color css
<style>
a { background-color: #D16F0E; }
a { background-color: rgb(209,111,14); }
div.DivClassName
{
background-color: #D16F0E;
}
.BgClassName
{
background-color: #D16F0E;
}
</style>
border-color css
<style>
span { border-color: #D16F0E; }
span { border-color: rgb(209,111,14); }
td.TdClassName
{
border-color: #D16F0E;
}
.TagClassName
{
border-color: #D16F0E;
}
</style>