Shades of Chocolate #D96C18
Tints of Chocolate #D96C18
RGB
CMYK
RGB Variations
Color information
#D96C18 (or 0xD96C18) is known color: Chocolate. HEX triplet: D9, 6C and 18. RGB value is (217,108,24). Sum of RGB (Red+Green+Blue) = 217+108+24=349 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.18% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 24 (9.77% from 255 or 6.88% from 349); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96C18 is #2693E7. Grayscale: #838383. Windows color (decimal): -2528232 or 1600729. OLE color: 1600729.
HSL color Cylindrical-coordinate representation of color #D96C18: hue angle of 26.11º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D96C18 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 108 | 24 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.15 |
| HSL | 26.11º | 0.8% | 0.47% | - |
| HSV(B) | 26.11º | 0.89% | 0.85% | - |
| XYZ | 34.14 | 25.54 | 3.99 | - |
| YUV | 131.02 | 67.61 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 108 | 24 | 0 | 0.50 | 0.89 | 0.15 | 26.11 | 0.8 | 0.47 |
| Hex | D9 | 6C | 18 | 0 | 32 | 59 | F | 1A | 50 | 2F |
| Octal | 331 | 154 | 30 | 0 | 62 | 131 | 17 | 32 | 120 | 57 |
| Binary | 11011001 | 1101100 | 11000 | 0 | 110010 | 1011001 | 1111 | 11010 | 1010000 | 101111 |
Color Harmonies of #D96C18
Complementary color
Monochromatic Colors of #D96C18
Black with #D96C18
Text Example
Text Example
White with #D96C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96C18; }
p { color: rgb(217,108,24); }
H1.HeaderClassName
{
color: #D96C18;
}
.AnyTagClassName
{
color: #D96C18;
}
</style>
background-color css
<style>
a { background-color: #D96C18; }
a { background-color: rgb(217,108,24); }
div.DivClassName
{
background-color: #D96C18;
}
.BgClassName
{
background-color: #D96C18;
}
</style>
border-color css
<style>
span { border-color: #D96C18; }
span { border-color: rgb(217,108,24); }
td.TdClassName
{
border-color: #D96C18;
}
.TagClassName
{
border-color: #D96C18;
}
</style>