Shades of Chocolate #D9600F
Tints of Chocolate #D9600F
RGB
CMYK
RGB Variations
Color information
#D9600F (or 0xD9600F) is known color: Chocolate. HEX triplet: D9, 60 and 0F. RGB value is (217,96,15). Sum of RGB (Red+Green+Blue) = 217+96+15=328 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.16% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 15 (6.25% from 255 or 4.57% from 328); Max value from RGB is 217 - color contains mainly: red. Hex color #D9600F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D9600F is #269FF0. Grayscale: #7B7B7B. Windows color (decimal): -2531313 or 1007833. OLE color: 1007833.
HSL color Cylindrical-coordinate representation of color #D9600F: hue angle of 24.06º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D9600F is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 96 | 15 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.15 |
| HSL | 24.06º | 0.87% | 0.45% | - |
| HSV(B) | 24.06º | 0.93% | 0.85% | - |
| XYZ | 32.88 | 23.15 | 3.19 | - |
| YUV | 122.95 | 67.09 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 96 | 15 | 0 | 0.56 | 0.93 | 0.15 | 24.06 | 0.87 | 0.45 |
| Hex | D9 | 60 | F | 0 | 38 | 5D | F | 18 | 57 | 2D |
| Octal | 331 | 140 | 17 | 0 | 70 | 135 | 17 | 30 | 127 | 55 |
| Binary | 11011001 | 1100000 | 1111 | 0 | 111000 | 1011101 | 1111 | 11000 | 1010111 | 101101 |
Color Harmonies of #D9600F
Complementary color
Monochromatic Colors of #D9600F
Black with #D9600F
Text Example
Text Example
White with #D9600F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9600F; }
p { color: rgb(217,96,15); }
H1.HeaderClassName
{
color: #D9600F;
}
.AnyTagClassName
{
color: #D9600F;
}
</style>
background-color css
<style>
a { background-color: #D9600F; }
a { background-color: rgb(217,96,15); }
div.DivClassName
{
background-color: #D9600F;
}
.BgClassName
{
background-color: #D9600F;
}
</style>
border-color css
<style>
span { border-color: #D9600F; }
span { border-color: rgb(217,96,15); }
td.TdClassName
{
border-color: #D9600F;
}
.TagClassName
{
border-color: #D9600F;
}
</style>