Shades of Chocolate #D16D14
Tints of Chocolate #D16D14
RGB
CMYK
RGB Variations
Color information
#D16D14 (or 0xD16D14) is known color: Chocolate. HEX triplet: D1, 6D and 14. RGB value is (209,109,20). Sum of RGB (Red+Green+Blue) = 209+109+20=338 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.83% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 20 (8.20% from 255 or 5.92% from 338); Max value from RGB is 209 - color contains mainly: red. Hex color #D16D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16D14 is #2E92EB. Grayscale: #818181. Windows color (decimal): -3052268 or 1338833. OLE color: 1338833.
HSL color Cylindrical-coordinate representation of color #D16D14: hue angle of 28.25º degrees, saturation: 0.83, 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 #D16D14 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 109 | 20 | - |
| CMYK | 0 | 0.48 | 0.90 | 0.18 |
| HSL | 28.25º | 0.83% | 0.45% | - |
| HSV(B) | 28.25º | 0.9% | 0.82% | - |
| XYZ | 31.89 | 24.54 | 3.72 | - |
| YUV | 128.75 | 66.63 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 109 | 20 | 0 | 0.48 | 0.90 | 0.18 | 28.25 | 0.83 | 0.45 |
| Hex | D1 | 6D | 14 | 0 | 30 | 5A | 12 | 1C | 53 | 2D |
| Octal | 321 | 155 | 24 | 0 | 60 | 132 | 22 | 34 | 123 | 55 |
| Binary | 11010001 | 1101101 | 10100 | 0 | 110000 | 1011010 | 10010 | 11100 | 1010011 | 101101 |
Color Harmonies of #D16D14
Complementary color
Monochromatic Colors of #D16D14
Black with #D16D14
Text Example
Text Example
White with #D16D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16D14; }
p { color: rgb(209,109,20); }
H1.HeaderClassName
{
color: #D16D14;
}
.AnyTagClassName
{
color: #D16D14;
}
</style>
background-color css
<style>
a { background-color: #D16D14; }
a { background-color: rgb(209,109,20); }
div.DivClassName
{
background-color: #D16D14;
}
.BgClassName
{
background-color: #D16D14;
}
</style>
border-color css
<style>
span { border-color: #D16D14; }
span { border-color: rgb(209,109,20); }
td.TdClassName
{
border-color: #D16D14;
}
.TagClassName
{
border-color: #D16D14;
}
</style>