Shades of Chocolate #D96B12
Tints of Chocolate #D96B12
RGB
CMYK
RGB Variations
Color information
#D96B12 (or 0xD96B12) is known color: Chocolate. HEX triplet: D9, 6B and 12. RGB value is (217,107,18). Sum of RGB (Red+Green+Blue) = 217+107+18=342 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.45% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 18 (7.42% from 255 or 5.26% from 342); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96B12 is #2694ED. Grayscale: #828282. Windows color (decimal): -2528494 or 1207257. OLE color: 1207257.
HSL color Cylindrical-coordinate representation of color #D96B12: hue angle of 26.83º 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 #D96B12 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 107 | 18 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.15 |
| HSL | 26.83º | 0.85% | 0.46% | - |
| HSV(B) | 26.83º | 0.92% | 0.85% | - |
| XYZ | 33.98 | 25.31 | 3.67 | - |
| YUV | 129.74 | 64.94 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 107 | 18 | 0 | 0.51 | 0.92 | 0.15 | 26.83 | 0.85 | 0.46 |
| Hex | D9 | 6B | 12 | 0 | 33 | 5C | F | 1B | 55 | 2E |
| Octal | 331 | 153 | 22 | 0 | 63 | 134 | 17 | 33 | 125 | 56 |
| Binary | 11011001 | 1101011 | 10010 | 0 | 110011 | 1011100 | 1111 | 11011 | 1010101 | 101110 |
Color Harmonies of #D96B12
Complementary color
Monochromatic Colors of #D96B12
Black with #D96B12
Text Example
Text Example
White with #D96B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96B12; }
p { color: rgb(217,107,18); }
H1.HeaderClassName
{
color: #D96B12;
}
.AnyTagClassName
{
color: #D96B12;
}
</style>
background-color css
<style>
a { background-color: #D96B12; }
a { background-color: rgb(217,107,18); }
div.DivClassName
{
background-color: #D96B12;
}
.BgClassName
{
background-color: #D96B12;
}
</style>
border-color css
<style>
span { border-color: #D96B12; }
span { border-color: rgb(217,107,18); }
td.TdClassName
{
border-color: #D96B12;
}
.TagClassName
{
border-color: #D96B12;
}
</style>