Shades of Chocolate #D96B24
Tints of Chocolate #D96B24
RGB
CMYK
RGB Variations
Color information
#D96B24 (or 0xD96B24) is known color: Chocolate. HEX triplet: D9, 6B and 24. RGB value is (217,107,36). Sum of RGB (Red+Green+Blue) = 217+107+36=360 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.28% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 36 (14.45% from 255 or 10% from 360); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96B24 is #2694DB. Grayscale: #848484. Windows color (decimal): -2528476 or 2386905. OLE color: 2386905.
HSL color Cylindrical-coordinate representation of color #D96B24: hue angle of 23.54º 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 #D96B24 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 107 | 36 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.15 |
| HSL | 23.54º | 0.72% | 0.5% | - |
| HSV(B) | 23.54º | 0.83% | 0.85% | - |
| XYZ | 34.19 | 25.39 | 4.77 | - |
| YUV | 131.8 | 73.94 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 107 | 36 | 0 | 0.51 | 0.83 | 0.15 | 23.54 | 0.72 | 0.5 |
| Hex | D9 | 6B | 24 | 0 | 33 | 53 | F | 18 | 48 | 32 |
| Octal | 331 | 153 | 44 | 0 | 63 | 123 | 17 | 30 | 110 | 62 |
| Binary | 11011001 | 1101011 | 100100 | 0 | 110011 | 1010011 | 1111 | 11000 | 1001000 | 110010 |
Color Harmonies of #D96B24
Complementary color
Monochromatic Colors of #D96B24
Black with #D96B24
Text Example
Text Example
White with #D96B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96B24; }
p { color: rgb(217,107,36); }
H1.HeaderClassName
{
color: #D96B24;
}
.AnyTagClassName
{
color: #D96B24;
}
</style>
background-color css
<style>
a { background-color: #D96B24; }
a { background-color: rgb(217,107,36); }
div.DivClassName
{
background-color: #D96B24;
}
.BgClassName
{
background-color: #D96B24;
}
</style>
border-color css
<style>
span { border-color: #D96B24; }
span { border-color: rgb(217,107,36); }
td.TdClassName
{
border-color: #D96B24;
}
.TagClassName
{
border-color: #D96B24;
}
</style>