Shades of Chocolate #D96D0D
Tints of Chocolate #D96D0D
RGB
CMYK
RGB Variations
Color information
#D96D0D (or 0xD96D0D) is known color: Chocolate. HEX triplet: D9, 6D and 0D. RGB value is (217,109,13). Sum of RGB (Red+Green+Blue) = 217+109+13=339 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.01% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 13 (5.47% from 255 or 3.83% from 339); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96D0D is #2692F2. Grayscale: #828282. Windows color (decimal): -2527987 or 880089. OLE color: 880089.
HSL color Cylindrical-coordinate representation of color #D96D0D: hue angle of 28.24º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D96D0D is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 109 | 13 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.15 |
| HSL | 28.24º | 0.89% | 0.45% | - |
| HSV(B) | 28.24º | 0.94% | 0.85% | - |
| XYZ | 34.16 | 25.72 | 3.54 | - |
| YUV | 130.35 | 61.78 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 109 | 13 | 0 | 0.50 | 0.94 | 0.15 | 28.24 | 0.89 | 0.45 |
| Hex | D9 | 6D | D | 0 | 32 | 5E | F | 1C | 59 | 2D |
| Octal | 331 | 155 | 15 | 0 | 62 | 136 | 17 | 34 | 131 | 55 |
| Binary | 11011001 | 1101101 | 1101 | 0 | 110010 | 1011110 | 1111 | 11100 | 1011001 | 101101 |
Color Harmonies of #D96D0D
Complementary color
Monochromatic Colors of #D96D0D
Black with #D96D0D
Text Example
Text Example
White with #D96D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96D0D; }
p { color: rgb(217,109,13); }
H1.HeaderClassName
{
color: #D96D0D;
}
.AnyTagClassName
{
color: #D96D0D;
}
</style>
background-color css
<style>
a { background-color: #D96D0D; }
a { background-color: rgb(217,109,13); }
div.DivClassName
{
background-color: #D96D0D;
}
.BgClassName
{
background-color: #D96D0D;
}
</style>
border-color css
<style>
span { border-color: #D96D0D; }
span { border-color: rgb(217,109,13); }
td.TdClassName
{
border-color: #D96D0D;
}
.TagClassName
{
border-color: #D96D0D;
}
</style>