Shades of Chocolate #D16310
Tints of Chocolate #D16310
RGB
CMYK
RGB Variations
Color information
#D16310 (or 0xD16310) is known color: Chocolate. HEX triplet: D1, 63 and 10. RGB value is (209,99,16). Sum of RGB (Red+Green+Blue) = 209+99+16=324 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.51% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 209 - color contains mainly: red. Hex color #D16310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16310 is #2E9CEF. Grayscale: #7A7A7A. Windows color (decimal): -3054832 or 1074129. OLE color: 1074129.
HSL color Cylindrical-coordinate representation of color #D16310: hue angle of 25.8º 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 #D16310 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 99 | 16 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.18 |
| HSL | 25.8º | 0.86% | 0.44% | - |
| HSV(B) | 25.8º | 0.92% | 0.82% | - |
| XYZ | 30.85 | 22.52 | 3.21 | - |
| YUV | 122.43 | 67.94 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 99 | 16 | 0 | 0.53 | 0.92 | 0.18 | 25.8 | 0.86 | 0.44 |
| Hex | D1 | 63 | 10 | 0 | 35 | 5C | 12 | 1A | 56 | 2C |
| Octal | 321 | 143 | 20 | 0 | 65 | 134 | 22 | 32 | 126 | 54 |
| Binary | 11010001 | 1100011 | 10000 | 0 | 110101 | 1011100 | 10010 | 11010 | 1010110 | 101100 |
Color Harmonies of #D16310
Complementary color
Monochromatic Colors of #D16310
Black with #D16310
Text Example
Text Example
White with #D16310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16310; }
p { color: rgb(209,99,16); }
H1.HeaderClassName
{
color: #D16310;
}
.AnyTagClassName
{
color: #D16310;
}
</style>
background-color css
<style>
a { background-color: #D16310; }
a { background-color: rgb(209,99,16); }
div.DivClassName
{
background-color: #D16310;
}
.BgClassName
{
background-color: #D16310;
}
</style>
border-color css
<style>
span { border-color: #D16310; }
span { border-color: rgb(209,99,16); }
td.TdClassName
{
border-color: #D16310;
}
.TagClassName
{
border-color: #D16310;
}
</style>