Shades of Chocolate #D16F10
Tints of Chocolate #D16F10
RGB
CMYK
RGB Variations
Color information
#D16F10 (or 0xD16F10) is known color: Chocolate. HEX triplet: D1, 6F and 10. RGB value is (209,111,16). Sum of RGB (Red+Green+Blue) = 209+111+16=336 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.20% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 16 (6.64% from 255 or 4.76% from 336); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16F10 is #2E90EF. Grayscale: #818181. Windows color (decimal): -3051760 or 1077201. OLE color: 1077201.
HSL color Cylindrical-coordinate representation of color #D16F10: hue angle of 29.53º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D16F10 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 111 | 16 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.18 |
| HSL | 29.53º | 0.86% | 0.44% | - |
| HSV(B) | 29.53º | 0.92% | 0.82% | - |
| XYZ | 32.07 | 24.96 | 3.62 | - |
| YUV | 129.47 | 63.97 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 111 | 16 | 0 | 0.47 | 0.92 | 0.18 | 29.53 | 0.86 | 0.44 |
| Hex | D1 | 6F | 10 | 0 | 2F | 5C | 12 | 1E | 56 | 2C |
| Octal | 321 | 157 | 20 | 0 | 57 | 134 | 22 | 36 | 126 | 54 |
| Binary | 11010001 | 1101111 | 10000 | 0 | 101111 | 1011100 | 10010 | 11110 | 1010110 | 101100 |
Color Harmonies of #D16F10
Complementary color
Monochromatic Colors of #D16F10
Black with #D16F10
Text Example
Text Example
White with #D16F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16F10; }
p { color: rgb(209,111,16); }
H1.HeaderClassName
{
color: #D16F10;
}
.AnyTagClassName
{
color: #D16F10;
}
</style>
background-color css
<style>
a { background-color: #D16F10; }
a { background-color: rgb(209,111,16); }
div.DivClassName
{
background-color: #D16F10;
}
.BgClassName
{
background-color: #D16F10;
}
</style>
border-color css
<style>
span { border-color: #D16F10; }
span { border-color: rgb(209,111,16); }
td.TdClassName
{
border-color: #D16F10;
}
.TagClassName
{
border-color: #D16F10;
}
</style>