Shades of Chocolate #D96321
Tints of Chocolate #D96321
RGB
CMYK
RGB Variations
Color information
#D96321 (or 0xD96321) is known color: Chocolate. HEX triplet: D9, 63 and 21. RGB value is (217,99,33). Sum of RGB (Red+Green+Blue) = 217+99+33=349 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.18% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 33 (13.28% from 255 or 9.46% from 349); Max value from RGB is 217 - color contains mainly: red. Hex color #D96321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96321 is #269CDE. Grayscale: #7F7F7F. Windows color (decimal): -2530527 or 2188249. OLE color: 2188249.
HSL color Cylindrical-coordinate representation of color #D96321: hue angle of 21.52º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D96321 is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 99 | 33 | - |
| CMYK | 0 | 0.54 | 0.85 | 0.15 |
| HSL | 21.52º | 0.74% | 0.49% | - |
| HSV(B) | 21.52º | 0.85% | 0.85% | - |
| XYZ | 33.35 | 23.79 | 4.27 | - |
| YUV | 126.76 | 75.09 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 99 | 33 | 0 | 0.54 | 0.85 | 0.15 | 21.52 | 0.74 | 0.49 |
| Hex | D9 | 63 | 21 | 0 | 36 | 55 | F | 16 | 4A | 31 |
| Octal | 331 | 143 | 41 | 0 | 66 | 125 | 17 | 26 | 112 | 61 |
| Binary | 11011001 | 1100011 | 100001 | 0 | 110110 | 1010101 | 1111 | 10110 | 1001010 | 110001 |
Color Harmonies of #D96321
Complementary color
Monochromatic Colors of #D96321
Black with #D96321
Text Example
Text Example
White with #D96321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96321; }
p { color: rgb(217,99,33); }
H1.HeaderClassName
{
color: #D96321;
}
.AnyTagClassName
{
color: #D96321;
}
</style>
background-color css
<style>
a { background-color: #D96321; }
a { background-color: rgb(217,99,33); }
div.DivClassName
{
background-color: #D96321;
}
.BgClassName
{
background-color: #D96321;
}
</style>
border-color css
<style>
span { border-color: #D96321; }
span { border-color: rgb(217,99,33); }
td.TdClassName
{
border-color: #D96321;
}
.TagClassName
{
border-color: #D96321;
}
</style>