Shades of Chocolate #D96C22
Tints of Chocolate #D96C22
RGB
CMYK
RGB Variations
Color information
#D96C22 (or 0xD96C22) is known color: Chocolate. HEX triplet: D9, 6C and 22. RGB value is (217,108,34). Sum of RGB (Red+Green+Blue) = 217+108+34=359 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.45% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 34 (13.67% from 255 or 9.47% from 359); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96C22 is #2693DD. Grayscale: #848484. Windows color (decimal): -2528222 or 2256089. OLE color: 2256089.
HSL color Cylindrical-coordinate representation of color #D96C22: hue angle of 24.26º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D96C22 is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 108 | 34 | - |
| CMYK | 0 | 0.50 | 0.84 | 0.15 |
| HSL | 24.26º | 0.73% | 0.49% | - |
| HSV(B) | 24.26º | 0.84% | 0.85% | - |
| XYZ | 34.27 | 25.59 | 4.65 | - |
| YUV | 132.16 | 72.61 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 108 | 34 | 0 | 0.50 | 0.84 | 0.15 | 24.26 | 0.73 | 0.49 |
| Hex | D9 | 6C | 22 | 0 | 32 | 54 | F | 18 | 49 | 31 |
| Octal | 331 | 154 | 42 | 0 | 62 | 124 | 17 | 30 | 111 | 61 |
| Binary | 11011001 | 1101100 | 100010 | 0 | 110010 | 1010100 | 1111 | 11000 | 1001001 | 110001 |
Color Harmonies of #D96C22
Complementary color
Monochromatic Colors of #D96C22
Black with #D96C22
Text Example
Text Example
White with #D96C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96C22; }
p { color: rgb(217,108,34); }
H1.HeaderClassName
{
color: #D96C22;
}
.AnyTagClassName
{
color: #D96C22;
}
</style>
background-color css
<style>
a { background-color: #D96C22; }
a { background-color: rgb(217,108,34); }
div.DivClassName
{
background-color: #D96C22;
}
.BgClassName
{
background-color: #D96C22;
}
</style>
border-color css
<style>
span { border-color: #D96C22; }
span { border-color: rgb(217,108,34); }
td.TdClassName
{
border-color: #D96C22;
}
.TagClassName
{
border-color: #D96C22;
}
</style>