Shades of Chocolate #D96F12
Tints of Chocolate #D96F12
RGB
CMYK
RGB Variations
Color information
#D96F12 (or 0xD96F12) is known color: Chocolate. HEX triplet: D9, 6F and 12. RGB value is (217,111,18). Sum of RGB (Red+Green+Blue) = 217+111+18=346 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.72% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96F12 is #2690ED. Grayscale: #848484. Windows color (decimal): -2527470 or 1208281. OLE color: 1208281.
HSL color Cylindrical-coordinate representation of color #D96F12: hue angle of 28.04º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D96F12 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 111 | 18 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.15 |
| HSL | 28.04º | 0.85% | 0.46% | - |
| HSV(B) | 28.04º | 0.92% | 0.85% | - |
| XYZ | 34.41 | 26.16 | 3.81 | - |
| YUV | 132.09 | 63.62 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 18 | 0 | 0.49 | 0.92 | 0.15 | 28.04 | 0.85 | 0.46 |
| Hex | D9 | 6F | 12 | 0 | 31 | 5C | F | 1C | 55 | 2E |
| Octal | 331 | 157 | 22 | 0 | 61 | 134 | 17 | 34 | 125 | 56 |
| Binary | 11011001 | 1101111 | 10010 | 0 | 110001 | 1011100 | 1111 | 11100 | 1010101 | 101110 |
Color Harmonies of #D96F12
Complementary color
Monochromatic Colors of #D96F12
Black with #D96F12
Text Example
Text Example
White with #D96F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96F12; }
p { color: rgb(217,111,18); }
H1.HeaderClassName
{
color: #D96F12;
}
.AnyTagClassName
{
color: #D96F12;
}
</style>
background-color css
<style>
a { background-color: #D96F12; }
a { background-color: rgb(217,111,18); }
div.DivClassName
{
background-color: #D96F12;
}
.BgClassName
{
background-color: #D96F12;
}
</style>
border-color css
<style>
span { border-color: #D96F12; }
span { border-color: rgb(217,111,18); }
td.TdClassName
{
border-color: #D96F12;
}
.TagClassName
{
border-color: #D96F12;
}
</style>