Shades of Chocolate #D96E19
Tints of Chocolate #D96E19
RGB
CMYK
RGB Variations
Color information
#D96E19 (or 0xD96E19) is known color: Chocolate. HEX triplet: D9, 6E and 19. RGB value is (217,110,25). Sum of RGB (Red+Green+Blue) = 217+110+25=352 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.65% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 25 (10.16% from 255 or 7.10% from 352); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96E19 is #2691E6. Grayscale: #848484. Windows color (decimal): -2527719 or 1666777. OLE color: 1666777.
HSL color Cylindrical-coordinate representation of color #D96E19: hue angle of 26.56º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D96E19 is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 110 | 25 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.15 |
| HSL | 26.56º | 0.79% | 0.47% | - |
| HSV(B) | 26.56º | 0.88% | 0.85% | - |
| XYZ | 34.37 | 25.97 | 4.12 | - |
| YUV | 132.3 | 67.45 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 110 | 25 | 0 | 0.49 | 0.88 | 0.15 | 26.56 | 0.79 | 0.47 |
| Hex | D9 | 6E | 19 | 0 | 31 | 58 | F | 1B | 4F | 2F |
| Octal | 331 | 156 | 31 | 0 | 61 | 130 | 17 | 33 | 117 | 57 |
| Binary | 11011001 | 1101110 | 11001 | 0 | 110001 | 1011000 | 1111 | 11011 | 1001111 | 101111 |
Color Harmonies of #D96E19
Complementary color
Monochromatic Colors of #D96E19
Black with #D96E19
Text Example
Text Example
White with #D96E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96E19; }
p { color: rgb(217,110,25); }
H1.HeaderClassName
{
color: #D96E19;
}
.AnyTagClassName
{
color: #D96E19;
}
</style>
background-color css
<style>
a { background-color: #D96E19; }
a { background-color: rgb(217,110,25); }
div.DivClassName
{
background-color: #D96E19;
}
.BgClassName
{
background-color: #D96E19;
}
</style>
border-color css
<style>
span { border-color: #D96E19; }
span { border-color: rgb(217,110,25); }
td.TdClassName
{
border-color: #D96E19;
}
.TagClassName
{
border-color: #D96E19;
}
</style>