Shades of Chocolate #D96A13
Tints of Chocolate #D96A13
RGB
CMYK
RGB Variations
Color information
#D96A13 (or 0xD96A13) is known color: Chocolate. HEX triplet: D9, 6A and 13. RGB value is (217,106,19). Sum of RGB (Red+Green+Blue) = 217+106+19=342 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.45% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 19 (7.81% from 255 or 5.56% from 342); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96A13 is #2695EC. Grayscale: #818181. Windows color (decimal): -2528749 or 1272537. OLE color: 1272537.
HSL color Cylindrical-coordinate representation of color #D96A13: hue angle of 26.36º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D96A13 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 106 | 19 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.15 |
| HSL | 26.36º | 0.84% | 0.46% | - |
| HSV(B) | 26.36º | 0.91% | 0.85% | - |
| XYZ | 33.89 | 25.11 | 3.68 | - |
| YUV | 129.27 | 65.77 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 19 | 0 | 0.51 | 0.91 | 0.15 | 26.36 | 0.84 | 0.46 |
| Hex | D9 | 6A | 13 | 0 | 33 | 5B | F | 1A | 54 | 2E |
| Octal | 331 | 152 | 23 | 0 | 63 | 133 | 17 | 32 | 124 | 56 |
| Binary | 11011001 | 1101010 | 10011 | 0 | 110011 | 1011011 | 1111 | 11010 | 1010100 | 101110 |
Color Harmonies of #D96A13
Complementary color
Monochromatic Colors of #D96A13
Black with #D96A13
Text Example
Text Example
White with #D96A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96A13; }
p { color: rgb(217,106,19); }
H1.HeaderClassName
{
color: #D96A13;
}
.AnyTagClassName
{
color: #D96A13;
}
</style>
background-color css
<style>
a { background-color: #D96A13; }
a { background-color: rgb(217,106,19); }
div.DivClassName
{
background-color: #D96A13;
}
.BgClassName
{
background-color: #D96A13;
}
</style>
border-color css
<style>
span { border-color: #D96A13; }
span { border-color: rgb(217,106,19); }
td.TdClassName
{
border-color: #D96A13;
}
.TagClassName
{
border-color: #D96A13;
}
</style>