Shades of Chocolate #D96F20
Tints of Chocolate #D96F20
RGB
CMYK
RGB Variations
Color information
#D96F20 (or 0xD96F20) is known color: Chocolate. HEX triplet: D9, 6F and 20. RGB value is (217,111,32). Sum of RGB (Red+Green+Blue) = 217+111+32=360 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.28% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 32 (12.89% from 255 or 8.89% from 360); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96F20 is #2690DF. Grayscale: #868686. Windows color (decimal): -2527456 or 2125785. OLE color: 2125785.
HSL color Cylindrical-coordinate representation of color #D96F20: hue angle of 25.62º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D96F20 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 111 | 32 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.15 |
| HSL | 25.62º | 0.74% | 0.49% | - |
| HSV(B) | 25.62º | 0.85% | 0.85% | - |
| XYZ | 34.56 | 26.22 | 4.61 | - |
| YUV | 133.69 | 70.62 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 32 | 0 | 0.49 | 0.85 | 0.15 | 25.62 | 0.74 | 0.49 |
| Hex | D9 | 6F | 20 | 0 | 31 | 55 | F | 1A | 4A | 31 |
| Octal | 331 | 157 | 40 | 0 | 61 | 125 | 17 | 32 | 112 | 61 |
| Binary | 11011001 | 1101111 | 100000 | 0 | 110001 | 1010101 | 1111 | 11010 | 1001010 | 110001 |
Color Harmonies of #D96F20
Complementary color
Monochromatic Colors of #D96F20
Black with #D96F20
Text Example
Text Example
White with #D96F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96F20; }
p { color: rgb(217,111,32); }
H1.HeaderClassName
{
color: #D96F20;
}
.AnyTagClassName
{
color: #D96F20;
}
</style>
background-color css
<style>
a { background-color: #D96F20; }
a { background-color: rgb(217,111,32); }
div.DivClassName
{
background-color: #D96F20;
}
.BgClassName
{
background-color: #D96F20;
}
</style>
border-color css
<style>
span { border-color: #D96F20; }
span { border-color: rgb(217,111,32); }
td.TdClassName
{
border-color: #D96F20;
}
.TagClassName
{
border-color: #D96F20;
}
</style>