Shades of Chocolate #D16312
Tints of Chocolate #D16312
RGB
CMYK
RGB Variations
Color information
#D16312 (or 0xD16312) is known color: Chocolate. HEX triplet: D1, 63 and 12. RGB value is (209,99,18). Sum of RGB (Red+Green+Blue) = 209+99+18=326 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.11% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 18 (7.42% from 255 or 5.52% from 326); Max value from RGB is 209 - color contains mainly: red. Hex color #D16312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16312 is #2E9CED. Grayscale: #7B7B7B. Windows color (decimal): -3054830 or 1205201. OLE color: 1205201.
HSL color Cylindrical-coordinate representation of color #D16312: hue angle of 25.45º 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 #D16312 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 99 | 18 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.18 |
| HSL | 25.45º | 0.84% | 0.45% | - |
| HSV(B) | 25.45º | 0.91% | 0.82% | - |
| XYZ | 30.87 | 22.52 | 3.29 | - |
| YUV | 122.66 | 68.94 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 99 | 18 | 0 | 0.53 | 0.91 | 0.18 | 25.45 | 0.84 | 0.45 |
| Hex | D1 | 63 | 12 | 0 | 35 | 5B | 12 | 19 | 54 | 2D |
| Octal | 321 | 143 | 22 | 0 | 65 | 133 | 22 | 31 | 124 | 55 |
| Binary | 11010001 | 1100011 | 10010 | 0 | 110101 | 1011011 | 10010 | 11001 | 1010100 | 101101 |
Color Harmonies of #D16312
Complementary color
Monochromatic Colors of #D16312
Black with #D16312
Text Example
Text Example
White with #D16312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16312; }
p { color: rgb(209,99,18); }
H1.HeaderClassName
{
color: #D16312;
}
.AnyTagClassName
{
color: #D16312;
}
</style>
background-color css
<style>
a { background-color: #D16312; }
a { background-color: rgb(209,99,18); }
div.DivClassName
{
background-color: #D16312;
}
.BgClassName
{
background-color: #D16312;
}
</style>
border-color css
<style>
span { border-color: #D16312; }
span { border-color: rgb(209,99,18); }
td.TdClassName
{
border-color: #D16312;
}
.TagClassName
{
border-color: #D16312;
}
</style>