Shades of Chocolate #D96F1D
Tints of Chocolate #D96F1D
RGB
CMYK
RGB Variations
Color information
#D96F1D (or 0xD96F1D) is known color: Chocolate. HEX triplet: D9, 6F and 1D. RGB value is (217,111,29). Sum of RGB (Red+Green+Blue) = 217+111+29=357 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.78% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 29 (11.72% from 255 or 8.12% from 357); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96F1D is #2690E2. Grayscale: #858585. Windows color (decimal): -2527459 or 1929177. OLE color: 1929177.
HSL color Cylindrical-coordinate representation of color #D96F1D: hue angle of 26.17º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D96F1D is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 111 | 29 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.15 |
| HSL | 26.17º | 0.76% | 0.48% | - |
| HSV(B) | 26.17º | 0.87% | 0.85% | - |
| XYZ | 34.52 | 26.21 | 4.4 | - |
| YUV | 133.35 | 69.12 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 29 | 0 | 0.49 | 0.87 | 0.15 | 26.17 | 0.76 | 0.48 |
| Hex | D9 | 6F | 1D | 0 | 31 | 57 | F | 1A | 4C | 30 |
| Octal | 331 | 157 | 35 | 0 | 61 | 127 | 17 | 32 | 114 | 60 |
| Binary | 11011001 | 1101111 | 11101 | 0 | 110001 | 1010111 | 1111 | 11010 | 1001100 | 110000 |
Color Harmonies of #D96F1D
Complementary color
Monochromatic Colors of #D96F1D
Black with #D96F1D
Text Example
Text Example
White with #D96F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96F1D; }
p { color: rgb(217,111,29); }
H1.HeaderClassName
{
color: #D96F1D;
}
.AnyTagClassName
{
color: #D96F1D;
}
</style>
background-color css
<style>
a { background-color: #D96F1D; }
a { background-color: rgb(217,111,29); }
div.DivClassName
{
background-color: #D96F1D;
}
.BgClassName
{
background-color: #D96F1D;
}
</style>
border-color css
<style>
span { border-color: #D96F1D; }
span { border-color: rgb(217,111,29); }
td.TdClassName
{
border-color: #D96F1D;
}
.TagClassName
{
border-color: #D96F1D;
}
</style>