Shades of Chocolate #D36018
Tints of Chocolate #D36018
RGB
CMYK
RGB Variations
Color information
#D36018 (or 0xD36018) is known color: Chocolate. HEX triplet: D3, 60 and 18. RGB value is (211,96,24). Sum of RGB (Red+Green+Blue) = 211+96+24=331 (43% of max value = 765). Red value is 211 (82.81% from 255 or 63.75% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 24 (9.77% from 255 or 7.25% from 331); Max value from RGB is 211 - color contains mainly: red. Hex color #D36018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36018 is #2C9FE7. Grayscale: #7A7A7A. Windows color (decimal): -2924520 or 1597651. OLE color: 1597651.
HSL color Cylindrical-coordinate representation of color #D36018: hue angle of 23.1º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D36018 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 96 | 24 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.17 |
| HSL | 23.1º | 0.8% | 0.46% | - |
| HSV(B) | 23.1º | 0.89% | 0.83% | - |
| XYZ | 31.21 | 22.28 | 3.52 | - |
| YUV | 122.18 | 72.6 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 96 | 24 | 0 | 0.55 | 0.89 | 0.17 | 23.1 | 0.8 | 0.46 |
| Hex | D3 | 60 | 18 | 0 | 37 | 59 | 11 | 17 | 50 | 2E |
| Octal | 323 | 140 | 30 | 0 | 67 | 131 | 21 | 27 | 120 | 56 |
| Binary | 11010011 | 1100000 | 11000 | 0 | 110111 | 1011001 | 10001 | 10111 | 1010000 | 101110 |
Color Harmonies of #D36018
Complementary color
Monochromatic Colors of #D36018
Black with #D36018
Text Example
Text Example
White with #D36018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36018; }
p { color: rgb(211,96,24); }
H1.HeaderClassName
{
color: #D36018;
}
.AnyTagClassName
{
color: #D36018;
}
</style>
background-color css
<style>
a { background-color: #D36018; }
a { background-color: rgb(211,96,24); }
div.DivClassName
{
background-color: #D36018;
}
.BgClassName
{
background-color: #D36018;
}
</style>
border-color css
<style>
span { border-color: #D36018; }
span { border-color: rgb(211,96,24); }
td.TdClassName
{
border-color: #D36018;
}
.TagClassName
{
border-color: #D36018;
}
</style>