Shades of Chocolate #D16418
Tints of Chocolate #D16418
RGB
CMYK
RGB Variations
Color information
#D16418 (or 0xD16418) is known color: Chocolate. HEX triplet: D1, 64 and 18. RGB value is (209,100,24). Sum of RGB (Red+Green+Blue) = 209+100+24=333 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.76% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 24 (9.77% from 255 or 7.21% from 333); Max value from RGB is 209 - color contains mainly: red. Hex color #D16418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16418 is #2E9BE7. Grayscale: #7C7C7C. Windows color (decimal): -3054568 or 1598673. OLE color: 1598673.
HSL color Cylindrical-coordinate representation of color #D16418: hue angle of 24.65º 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 #D16418 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 100 | 24 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.18 |
| HSL | 24.65º | 0.79% | 0.46% | - |
| HSV(B) | 24.65º | 0.89% | 0.82% | - |
| XYZ | 31.02 | 22.74 | 3.62 | - |
| YUV | 123.93 | 71.61 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 100 | 24 | 0 | 0.52 | 0.89 | 0.18 | 24.65 | 0.79 | 0.46 |
| Hex | D1 | 64 | 18 | 0 | 34 | 59 | 12 | 19 | 4F | 2E |
| Octal | 321 | 144 | 30 | 0 | 64 | 131 | 22 | 31 | 117 | 56 |
| Binary | 11010001 | 1100100 | 11000 | 0 | 110100 | 1011001 | 10010 | 11001 | 1001111 | 101110 |
Color Harmonies of #D16418
Complementary color
Monochromatic Colors of #D16418
Black with #D16418
Text Example
Text Example
White with #D16418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16418; }
p { color: rgb(209,100,24); }
H1.HeaderClassName
{
color: #D16418;
}
.AnyTagClassName
{
color: #D16418;
}
</style>
background-color css
<style>
a { background-color: #D16418; }
a { background-color: rgb(209,100,24); }
div.DivClassName
{
background-color: #D16418;
}
.BgClassName
{
background-color: #D16418;
}
</style>
border-color css
<style>
span { border-color: #D16418; }
span { border-color: rgb(209,100,24); }
td.TdClassName
{
border-color: #D16418;
}
.TagClassName
{
border-color: #D16418;
}
</style>