Shades of Chocolate #D96124
Tints of Chocolate #D96124
RGB
CMYK
RGB Variations
Color information
#D96124 (or 0xD96124) is known color: Chocolate. HEX triplet: D9, 61 and 24. RGB value is (217,97,36). Sum of RGB (Red+Green+Blue) = 217+97+36=350 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 36 (14.45% from 255 or 10.29% from 350); Max value from RGB is 217 - color contains mainly: red. Hex color #D96124 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96124 is #269EDB. Grayscale: #7E7E7E. Windows color (decimal): -2531036 or 2384345. OLE color: 2384345.
HSL color Cylindrical-coordinate representation of color #D96124: hue angle of 20.22º 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 #D96124 is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 97 | 36 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.15 |
| HSL | 20.22º | 0.72% | 0.5% | - |
| HSV(B) | 20.22º | 0.83% | 0.85% | - |
| XYZ | 33.21 | 23.43 | 4.44 | - |
| YUV | 125.93 | 77.26 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 97 | 36 | 0 | 0.55 | 0.83 | 0.15 | 20.22 | 0.72 | 0.5 |
| Hex | D9 | 61 | 24 | 0 | 37 | 53 | F | 14 | 48 | 32 |
| Octal | 331 | 141 | 44 | 0 | 67 | 123 | 17 | 24 | 110 | 62 |
| Binary | 11011001 | 1100001 | 100100 | 0 | 110111 | 1010011 | 1111 | 10100 | 1001000 | 110010 |
Color Harmonies of #D96124
Complementary color
Monochromatic Colors of #D96124
Black with #D96124
Text Example
Text Example
White with #D96124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96124; }
p { color: rgb(217,97,36); }
H1.HeaderClassName
{
color: #D96124;
}
.AnyTagClassName
{
color: #D96124;
}
</style>
background-color css
<style>
a { background-color: #D96124; }
a { background-color: rgb(217,97,36); }
div.DivClassName
{
background-color: #D96124;
}
.BgClassName
{
background-color: #D96124;
}
</style>
border-color css
<style>
span { border-color: #D96124; }
span { border-color: rgb(217,97,36); }
td.TdClassName
{
border-color: #D96124;
}
.TagClassName
{
border-color: #D96124;
}
</style>