Shades of Chocolate #D96B16
Tints of Chocolate #D96B16
RGB
CMYK
RGB Variations
Color information
#D96B16 (or 0xD96B16) is known color: Chocolate. HEX triplet: D9, 6B and 16. RGB value is (217,107,22). Sum of RGB (Red+Green+Blue) = 217+107+22=346 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.72% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96B16 is #2694E9. Grayscale: #828282. Windows color (decimal): -2528490 or 1469401. OLE color: 1469401.
HSL color Cylindrical-coordinate representation of color #D96B16: hue angle of 26.15º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D96B16 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 107 | 22 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.15 |
| HSL | 26.15º | 0.82% | 0.47% | - |
| HSV(B) | 26.15º | 0.9% | 0.85% | - |
| XYZ | 34.02 | 25.33 | 3.85 | - |
| YUV | 130.2 | 66.94 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 107 | 22 | 0 | 0.51 | 0.90 | 0.15 | 26.15 | 0.82 | 0.47 |
| Hex | D9 | 6B | 16 | 0 | 33 | 5A | F | 1A | 52 | 2F |
| Octal | 331 | 153 | 26 | 0 | 63 | 132 | 17 | 32 | 122 | 57 |
| Binary | 11011001 | 1101011 | 10110 | 0 | 110011 | 1011010 | 1111 | 11010 | 1010010 | 101111 |
Color Harmonies of #D96B16
Complementary color
Monochromatic Colors of #D96B16
Black with #D96B16
Text Example
Text Example
White with #D96B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96B16; }
p { color: rgb(217,107,22); }
H1.HeaderClassName
{
color: #D96B16;
}
.AnyTagClassName
{
color: #D96B16;
}
</style>
background-color css
<style>
a { background-color: #D96B16; }
a { background-color: rgb(217,107,22); }
div.DivClassName
{
background-color: #D96B16;
}
.BgClassName
{
background-color: #D96B16;
}
</style>
border-color css
<style>
span { border-color: #D96B16; }
span { border-color: rgb(217,107,22); }
td.TdClassName
{
border-color: #D96B16;
}
.TagClassName
{
border-color: #D96B16;
}
</style>