Shades of Chocolate #D16512
Tints of Chocolate #D16512
RGB
CMYK
RGB Variations
Color information
#D16512 (or 0xD16512) is known color: Chocolate. HEX triplet: D1, 65 and 12. RGB value is (209,101,18). Sum of RGB (Red+Green+Blue) = 209+101+18=328 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.72% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 209 - color contains mainly: red. Hex color #D16512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16512 is #2E9AED. Grayscale: #7C7C7C. Windows color (decimal): -3054318 or 1205713. OLE color: 1205713.
HSL color Cylindrical-coordinate representation of color #D16512: hue angle of 26.07º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D16512 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 101 | 18 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.18 |
| HSL | 26.07º | 0.84% | 0.45% | - |
| HSV(B) | 26.07º | 0.91% | 0.82% | - |
| XYZ | 31.06 | 22.91 | 3.36 | - |
| YUV | 123.83 | 68.28 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 18 | 0 | 0.52 | 0.91 | 0.18 | 26.07 | 0.84 | 0.45 |
| Hex | D1 | 65 | 12 | 0 | 34 | 5B | 12 | 1A | 54 | 2D |
| Octal | 321 | 145 | 22 | 0 | 64 | 133 | 22 | 32 | 124 | 55 |
| Binary | 11010001 | 1100101 | 10010 | 0 | 110100 | 1011011 | 10010 | 11010 | 1010100 | 101101 |
Color Harmonies of #D16512
Complementary color
Monochromatic Colors of #D16512
Black with #D16512
Text Example
Text Example
White with #D16512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16512; }
p { color: rgb(209,101,18); }
H1.HeaderClassName
{
color: #D16512;
}
.AnyTagClassName
{
color: #D16512;
}
</style>
background-color css
<style>
a { background-color: #D16512; }
a { background-color: rgb(209,101,18); }
div.DivClassName
{
background-color: #D16512;
}
.BgClassName
{
background-color: #D16512;
}
</style>
border-color css
<style>
span { border-color: #D16512; }
span { border-color: rgb(209,101,18); }
td.TdClassName
{
border-color: #D16512;
}
.TagClassName
{
border-color: #D16512;
}
</style>