Shades of Chocolate #D16212
Tints of Chocolate #D16212
RGB
CMYK
RGB Variations
Color information
#D16212 (or 0xD16212) is known color: Chocolate. HEX triplet: D1, 62 and 12. RGB value is (209,98,18). Sum of RGB (Red+Green+Blue) = 209+98+18=325 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.31% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 209 - color contains mainly: red. Hex color #D16212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16212 is #2E9DED. Grayscale: #7A7A7A. Windows color (decimal): -3055086 or 1204945. OLE color: 1204945.
HSL color Cylindrical-coordinate representation of color #D16212: hue angle of 25.13º 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 #D16212 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 98 | 18 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.18 |
| HSL | 25.13º | 0.84% | 0.45% | - |
| HSV(B) | 25.13º | 0.91% | 0.82% | - |
| XYZ | 30.77 | 22.33 | 3.26 | - |
| YUV | 122.07 | 69.27 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 98 | 18 | 0 | 0.53 | 0.91 | 0.18 | 25.13 | 0.84 | 0.45 |
| Hex | D1 | 62 | 12 | 0 | 35 | 5B | 12 | 19 | 54 | 2D |
| Octal | 321 | 142 | 22 | 0 | 65 | 133 | 22 | 31 | 124 | 55 |
| Binary | 11010001 | 1100010 | 10010 | 0 | 110101 | 1011011 | 10010 | 11001 | 1010100 | 101101 |
Color Harmonies of #D16212
Complementary color
Monochromatic Colors of #D16212
Black with #D16212
Text Example
Text Example
White with #D16212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16212; }
p { color: rgb(209,98,18); }
H1.HeaderClassName
{
color: #D16212;
}
.AnyTagClassName
{
color: #D16212;
}
</style>
background-color css
<style>
a { background-color: #D16212; }
a { background-color: rgb(209,98,18); }
div.DivClassName
{
background-color: #D16212;
}
.BgClassName
{
background-color: #D16212;
}
</style>
border-color css
<style>
span { border-color: #D16212; }
span { border-color: rgb(209,98,18); }
td.TdClassName
{
border-color: #D16212;
}
.TagClassName
{
border-color: #D16212;
}
</style>