Shades of Chocolate #D96024
Tints of Chocolate #D96024
RGB
CMYK
RGB Variations
Color information
#D96024 (or 0xD96024) is known color: Chocolate. HEX triplet: D9, 60 and 24. RGB value is (217,96,36). Sum of RGB (Red+Green+Blue) = 217+96+36=349 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.18% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 36 (14.45% from 255 or 10.32% from 349); Max value from RGB is 217 - color contains mainly: red. Hex color #D96024 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96024 is #269FDB. Grayscale: #7D7D7D. Windows color (decimal): -2531292 or 2384089. OLE color: 2384089.
HSL color Cylindrical-coordinate representation of color #D96024: hue angle of 19.89º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D96024 is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 96 | 36 | - |
| CMYK | 0 | 0.56 | 0.83 | 0.15 |
| HSL | 19.89º | 0.72% | 0.5% | - |
| HSV(B) | 19.89º | 0.83% | 0.85% | - |
| XYZ | 33.12 | 23.24 | 4.41 | - |
| YUV | 125.34 | 77.59 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 96 | 36 | 0 | 0.56 | 0.83 | 0.15 | 19.89 | 0.72 | 0.5 |
| Hex | D9 | 60 | 24 | 0 | 38 | 53 | F | 14 | 48 | 32 |
| Octal | 331 | 140 | 44 | 0 | 70 | 123 | 17 | 24 | 110 | 62 |
| Binary | 11011001 | 1100000 | 100100 | 0 | 111000 | 1010011 | 1111 | 10100 | 1001000 | 110010 |
Color Harmonies of #D96024
Complementary color
Monochromatic Colors of #D96024
Black with #D96024
Text Example
Text Example
White with #D96024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96024; }
p { color: rgb(217,96,36); }
H1.HeaderClassName
{
color: #D96024;
}
.AnyTagClassName
{
color: #D96024;
}
</style>
background-color css
<style>
a { background-color: #D96024; }
a { background-color: rgb(217,96,36); }
div.DivClassName
{
background-color: #D96024;
}
.BgClassName
{
background-color: #D96024;
}
</style>
border-color css
<style>
span { border-color: #D96024; }
span { border-color: rgb(217,96,36); }
td.TdClassName
{
border-color: #D96024;
}
.TagClassName
{
border-color: #D96024;
}
</style>