Shades of Chocolate #D96713
Tints of Chocolate #D96713
RGB
CMYK
RGB Variations
Color information
#D96713 (or 0xD96713) is known color: Chocolate. HEX triplet: D9, 67 and 13. RGB value is (217,103,19). Sum of RGB (Red+Green+Blue) = 217+103+19=339 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.01% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 19 (7.81% from 255 or 5.60% from 339); Max value from RGB is 217 - color contains mainly: red. Hex color #D96713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96713 is #2698EC. Grayscale: #7F7F7F. Windows color (decimal): -2529517 or 1271769. OLE color: 1271769.
HSL color Cylindrical-coordinate representation of color #D96713: hue angle of 25.45º 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 #D96713 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 103 | 19 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.15 |
| HSL | 25.45º | 0.84% | 0.46% | - |
| HSV(B) | 25.45º | 0.91% | 0.85% | - |
| XYZ | 33.58 | 24.5 | 3.57 | - |
| YUV | 127.51 | 66.77 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 103 | 19 | 0 | 0.53 | 0.91 | 0.15 | 25.45 | 0.84 | 0.46 |
| Hex | D9 | 67 | 13 | 0 | 35 | 5B | F | 19 | 54 | 2E |
| Octal | 331 | 147 | 23 | 0 | 65 | 133 | 17 | 31 | 124 | 56 |
| Binary | 11011001 | 1100111 | 10011 | 0 | 110101 | 1011011 | 1111 | 11001 | 1010100 | 101110 |
Color Harmonies of #D96713
Complementary color
Monochromatic Colors of #D96713
Black with #D96713
Text Example
Text Example
White with #D96713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96713; }
p { color: rgb(217,103,19); }
H1.HeaderClassName
{
color: #D96713;
}
.AnyTagClassName
{
color: #D96713;
}
</style>
background-color css
<style>
a { background-color: #D96713; }
a { background-color: rgb(217,103,19); }
div.DivClassName
{
background-color: #D96713;
}
.BgClassName
{
background-color: #D96713;
}
</style>
border-color css
<style>
span { border-color: #D96713; }
span { border-color: rgb(217,103,19); }
td.TdClassName
{
border-color: #D96713;
}
.TagClassName
{
border-color: #D96713;
}
</style>