Shades of Chocolate #D96C23
Tints of Chocolate #D96C23
RGB
CMYK
RGB Variations
Color information
#D96C23 (or 0xD96C23) is known color: Chocolate. HEX triplet: D9, 6C and 23. RGB value is (217,108,35). Sum of RGB (Red+Green+Blue) = 217+108+35=360 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.28% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 35 (14.06% from 255 or 9.72% from 360); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96C23 is #2693DC. Grayscale: #848484. Windows color (decimal): -2528221 or 2321625. OLE color: 2321625.
HSL color Cylindrical-coordinate representation of color #D96C23: hue angle of 24.07º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D96C23 is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 108 | 35 | - |
| CMYK | 0 | 0.50 | 0.84 | 0.15 |
| HSL | 24.07º | 0.72% | 0.49% | - |
| HSV(B) | 24.07º | 0.84% | 0.85% | - |
| XYZ | 34.28 | 25.6 | 4.72 | - |
| YUV | 132.27 | 73.11 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 108 | 35 | 0 | 0.50 | 0.84 | 0.15 | 24.07 | 0.72 | 0.49 |
| Hex | D9 | 6C | 23 | 0 | 32 | 54 | F | 18 | 48 | 31 |
| Octal | 331 | 154 | 43 | 0 | 62 | 124 | 17 | 30 | 110 | 61 |
| Binary | 11011001 | 1101100 | 100011 | 0 | 110010 | 1010100 | 1111 | 11000 | 1001000 | 110001 |
Color Harmonies of #D96C23
Complementary color
Monochromatic Colors of #D96C23
Black with #D96C23
Text Example
Text Example
White with #D96C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96C23; }
p { color: rgb(217,108,35); }
H1.HeaderClassName
{
color: #D96C23;
}
.AnyTagClassName
{
color: #D96C23;
}
</style>
background-color css
<style>
a { background-color: #D96C23; }
a { background-color: rgb(217,108,35); }
div.DivClassName
{
background-color: #D96C23;
}
.BgClassName
{
background-color: #D96C23;
}
</style>
border-color css
<style>
span { border-color: #D96C23; }
span { border-color: rgb(217,108,35); }
td.TdClassName
{
border-color: #D96C23;
}
.TagClassName
{
border-color: #D96C23;
}
</style>