Shades of Chocolate #D16A0F
Tints of Chocolate #D16A0F
RGB
CMYK
RGB Variations
Color information
#D16A0F (or 0xD16A0F) is known color: Chocolate. HEX triplet: D1, 6A and 0F. RGB value is (209,106,15). Sum of RGB (Red+Green+Blue) = 209+106+15=330 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.33% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 15 (6.25% from 255 or 4.55% from 330); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16A0F is #2E95F0. Grayscale: #7E7E7E. Windows color (decimal): -3053041 or 1010385. OLE color: 1010385.
HSL color Cylindrical-coordinate representation of color #D16A0F: hue angle of 28.14º 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 #D16A0F is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 106 | 15 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.18 |
| HSL | 28.14º | 0.87% | 0.44% | - |
| HSV(B) | 28.14º | 0.93% | 0.82% | - |
| XYZ | 31.53 | 23.9 | 3.4 | - |
| YUV | 126.42 | 65.12 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 106 | 15 | 0 | 0.49 | 0.93 | 0.18 | 28.14 | 0.87 | 0.44 |
| Hex | D1 | 6A | F | 0 | 31 | 5D | 12 | 1C | 57 | 2C |
| Octal | 321 | 152 | 17 | 0 | 61 | 135 | 22 | 34 | 127 | 54 |
| Binary | 11010001 | 1101010 | 1111 | 0 | 110001 | 1011101 | 10010 | 11100 | 1010111 | 101100 |
Color Harmonies of #D16A0F
Complementary color
Monochromatic Colors of #D16A0F
Black with #D16A0F
Text Example
Text Example
White with #D16A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16A0F; }
p { color: rgb(209,106,15); }
H1.HeaderClassName
{
color: #D16A0F;
}
.AnyTagClassName
{
color: #D16A0F;
}
</style>
background-color css
<style>
a { background-color: #D16A0F; }
a { background-color: rgb(209,106,15); }
div.DivClassName
{
background-color: #D16A0F;
}
.BgClassName
{
background-color: #D16A0F;
}
</style>
border-color css
<style>
span { border-color: #D16A0F; }
span { border-color: rgb(209,106,15); }
td.TdClassName
{
border-color: #D16A0F;
}
.TagClassName
{
border-color: #D16A0F;
}
</style>