Shades of Chocolate #D96813
Tints of Chocolate #D96813
RGB
CMYK
RGB Variations
Color information
#D96813 (or 0xD96813) is known color: Chocolate. HEX triplet: D9, 68 and 13. RGB value is (217,104,19). Sum of RGB (Red+Green+Blue) = 217+104+19=340 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.82% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 19 (7.81% from 255 or 5.59% from 340); Max value from RGB is 217 - color contains mainly: red. Hex color #D96813 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96813 is #2697EC. Grayscale: #808080. Windows color (decimal): -2529261 or 1272025. OLE color: 1272025.
HSL color Cylindrical-coordinate representation of color #D96813: hue angle of 25.76º 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 #D96813 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 104 | 19 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.15 |
| HSL | 25.76º | 0.84% | 0.46% | - |
| HSV(B) | 25.76º | 0.91% | 0.85% | - |
| XYZ | 33.68 | 24.7 | 3.61 | - |
| YUV | 128.1 | 66.44 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 104 | 19 | 0 | 0.52 | 0.91 | 0.15 | 25.76 | 0.84 | 0.46 |
| Hex | D9 | 68 | 13 | 0 | 34 | 5B | F | 1A | 54 | 2E |
| Octal | 331 | 150 | 23 | 0 | 64 | 133 | 17 | 32 | 124 | 56 |
| Binary | 11011001 | 1101000 | 10011 | 0 | 110100 | 1011011 | 1111 | 11010 | 1010100 | 101110 |
Color Harmonies of #D96813
Complementary color
Monochromatic Colors of #D96813
Black with #D96813
Text Example
Text Example
White with #D96813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96813; }
p { color: rgb(217,104,19); }
H1.HeaderClassName
{
color: #D96813;
}
.AnyTagClassName
{
color: #D96813;
}
</style>
background-color css
<style>
a { background-color: #D96813; }
a { background-color: rgb(217,104,19); }
div.DivClassName
{
background-color: #D96813;
}
.BgClassName
{
background-color: #D96813;
}
</style>
border-color css
<style>
span { border-color: #D96813; }
span { border-color: rgb(217,104,19); }
td.TdClassName
{
border-color: #D96813;
}
.TagClassName
{
border-color: #D96813;
}
</style>