Shades of Chocolate #D96A0D
Tints of Chocolate #D96A0D
RGB
CMYK
RGB Variations
Color information
#D96A0D (or 0xD96A0D) is known color: Chocolate. HEX triplet: D9, 6A and 0D. RGB value is (217,106,13). Sum of RGB (Red+Green+Blue) = 217+106+13=336 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.58% from 336); Green value is 106 (41.80% from 255 or 31.55% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96A0D is #2695F2. Grayscale: #818181. Windows color (decimal): -2528755 or 879321. OLE color: 879321.
HSL color Cylindrical-coordinate representation of color #D96A0D: hue angle of 27.35º 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 #D96A0D is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 106 | 13 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.15 |
| HSL | 27.35º | 0.89% | 0.45% | - |
| HSV(B) | 27.35º | 0.94% | 0.85% | - |
| XYZ | 33.84 | 25.09 | 3.44 | - |
| YUV | 128.59 | 62.77 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 13 | 0 | 0.51 | 0.94 | 0.15 | 27.35 | 0.89 | 0.45 |
| Hex | D9 | 6A | D | 0 | 33 | 5E | F | 1B | 59 | 2D |
| Octal | 331 | 152 | 15 | 0 | 63 | 136 | 17 | 33 | 131 | 55 |
| Binary | 11011001 | 1101010 | 1101 | 0 | 110011 | 1011110 | 1111 | 11011 | 1011001 | 101101 |
Color Harmonies of #D96A0D
Complementary color
Monochromatic Colors of #D96A0D
Black with #D96A0D
Text Example
Text Example
White with #D96A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96A0D; }
p { color: rgb(217,106,13); }
H1.HeaderClassName
{
color: #D96A0D;
}
.AnyTagClassName
{
color: #D96A0D;
}
</style>
background-color css
<style>
a { background-color: #D96A0D; }
a { background-color: rgb(217,106,13); }
div.DivClassName
{
background-color: #D96A0D;
}
.BgClassName
{
background-color: #D96A0D;
}
</style>
border-color css
<style>
span { border-color: #D96A0D; }
span { border-color: rgb(217,106,13); }
td.TdClassName
{
border-color: #D96A0D;
}
.TagClassName
{
border-color: #D96A0D;
}
</style>