Shades of Chocolate #D17018
Tints of Chocolate #D17018
RGB
CMYK
RGB Variations
Color information
#D17018 (or 0xD17018) is known color: Chocolate. HEX triplet: D1, 70 and 18. RGB value is (209,112,24). Sum of RGB (Red+Green+Blue) = 209+112+24=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 24 (9.77% from 255 or 6.96% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D17018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17018 is #2E8FE7. Grayscale: #838383. Windows color (decimal): -3051496 or 1601745. OLE color: 1601745.
HSL color Cylindrical-coordinate representation of color #D17018: hue angle of 28.54º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D17018 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 112 | 24 | - |
| CMYK | 0 | 0.46 | 0.89 | 0.18 |
| HSL | 28.54º | 0.79% | 0.46% | - |
| HSV(B) | 28.54º | 0.89% | 0.82% | - |
| XYZ | 32.25 | 25.21 | 4.03 | - |
| YUV | 130.97 | 67.64 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 112 | 24 | 0 | 0.46 | 0.89 | 0.18 | 28.54 | 0.79 | 0.46 |
| Hex | D1 | 70 | 18 | 0 | 2E | 59 | 12 | 1D | 4F | 2E |
| Octal | 321 | 160 | 30 | 0 | 56 | 131 | 22 | 35 | 117 | 56 |
| Binary | 11010001 | 1110000 | 11000 | 0 | 101110 | 1011001 | 10010 | 11101 | 1001111 | 101110 |
Color Harmonies of #D17018
Complementary color
Monochromatic Colors of #D17018
Black with #D17018
Text Example
Text Example
White with #D17018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17018; }
p { color: rgb(209,112,24); }
H1.HeaderClassName
{
color: #D17018;
}
.AnyTagClassName
{
color: #D17018;
}
</style>
background-color css
<style>
a { background-color: #D17018; }
a { background-color: rgb(209,112,24); }
div.DivClassName
{
background-color: #D17018;
}
.BgClassName
{
background-color: #D17018;
}
</style>
border-color css
<style>
span { border-color: #D17018; }
span { border-color: rgb(209,112,24); }
td.TdClassName
{
border-color: #D17018;
}
.TagClassName
{
border-color: #D17018;
}
</style>