Shades of Chocolate #D17011
Tints of Chocolate #D17011
RGB
CMYK
RGB Variations
Color information
#D17011 (or 0xD17011) is known color: Chocolate. HEX triplet: D1, 70 and 11. RGB value is (209,112,17). Sum of RGB (Red+Green+Blue) = 209+112+17=338 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.83% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 17 (7.03% from 255 or 5.03% from 338); Max value from RGB is 209 - color contains mainly: red. Hex color #D17011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17011 is #2E8FEE. Grayscale: #828282. Windows color (decimal): -3051503 or 1142993. OLE color: 1142993.
HSL color Cylindrical-coordinate representation of color #D17011: hue angle of 29.69º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D17011 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 112 | 17 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.18 |
| HSL | 29.69º | 0.85% | 0.44% | - |
| HSV(B) | 29.69º | 0.92% | 0.82% | - |
| XYZ | 32.19 | 25.18 | 3.69 | - |
| YUV | 130.17 | 64.14 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 112 | 17 | 0 | 0.46 | 0.92 | 0.18 | 29.69 | 0.85 | 0.44 |
| Hex | D1 | 70 | 11 | 0 | 2E | 5C | 12 | 1E | 55 | 2C |
| Octal | 321 | 160 | 21 | 0 | 56 | 134 | 22 | 36 | 125 | 54 |
| Binary | 11010001 | 1110000 | 10001 | 0 | 101110 | 1011100 | 10010 | 11110 | 1010101 | 101100 |
Color Harmonies of #D17011
Complementary color
Monochromatic Colors of #D17011
Black with #D17011
Text Example
Text Example
White with #D17011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17011; }
p { color: rgb(209,112,17); }
H1.HeaderClassName
{
color: #D17011;
}
.AnyTagClassName
{
color: #D17011;
}
</style>
background-color css
<style>
a { background-color: #D17011; }
a { background-color: rgb(209,112,17); }
div.DivClassName
{
background-color: #D17011;
}
.BgClassName
{
background-color: #D17011;
}
</style>
border-color css
<style>
span { border-color: #D17011; }
span { border-color: rgb(209,112,17); }
td.TdClassName
{
border-color: #D17011;
}
.TagClassName
{
border-color: #D17011;
}
</style>