Shades of Chocolate #D96620
Tints of Chocolate #D96620
RGB
CMYK
RGB Variations
Color information
#D96620 (or 0xD96620) is known color: Chocolate. HEX triplet: D9, 66 and 20. RGB value is (217,102,32). Sum of RGB (Red+Green+Blue) = 217+102+32=351 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.82% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 32 (12.89% from 255 or 9.12% from 351); Max value from RGB is 217 - color contains mainly: red. Hex color #D96620 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96620 is #2699DF. Grayscale: #808080. Windows color (decimal): -2529760 or 2123481. OLE color: 2123481.
HSL color Cylindrical-coordinate representation of color #D96620: hue angle of 22.7º 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 #D96620 is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 102 | 32 | - |
| CMYK | 0 | 0.53 | 0.85 | 0.15 |
| HSL | 22.7º | 0.74% | 0.49% | - |
| HSV(B) | 22.7º | 0.85% | 0.85% | - |
| XYZ | 33.63 | 24.36 | 4.3 | - |
| YUV | 128.41 | 73.6 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 102 | 32 | 0 | 0.53 | 0.85 | 0.15 | 22.7 | 0.74 | 0.49 |
| Hex | D9 | 66 | 20 | 0 | 35 | 55 | F | 17 | 4A | 31 |
| Octal | 331 | 146 | 40 | 0 | 65 | 125 | 17 | 27 | 112 | 61 |
| Binary | 11011001 | 1100110 | 100000 | 0 | 110101 | 1010101 | 1111 | 10111 | 1001010 | 110001 |
Color Harmonies of #D96620
Complementary color
Monochromatic Colors of #D96620
Black with #D96620
Text Example
Text Example
White with #D96620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96620; }
p { color: rgb(217,102,32); }
H1.HeaderClassName
{
color: #D96620;
}
.AnyTagClassName
{
color: #D96620;
}
</style>
background-color css
<style>
a { background-color: #D96620; }
a { background-color: rgb(217,102,32); }
div.DivClassName
{
background-color: #D96620;
}
.BgClassName
{
background-color: #D96620;
}
</style>
border-color css
<style>
span { border-color: #D96620; }
span { border-color: rgb(217,102,32); }
td.TdClassName
{
border-color: #D96620;
}
.TagClassName
{
border-color: #D96620;
}
</style>