Shades of Chocolate #D86D12
Tints of Chocolate #D86D12
RGB
CMYK
RGB Variations
Color information
#D86D12 (or 0xD86D12) is known color: Chocolate. HEX triplet: D8, 6D and 12. RGB value is (216,109,18). Sum of RGB (Red+Green+Blue) = 216+109+18=343 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.97% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 18 (7.42% from 255 or 5.25% from 343); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86D12 is #2792ED. Grayscale: #838383. Windows color (decimal): -2593518 or 1207768. OLE color: 1207768.
HSL color Cylindrical-coordinate representation of color #D86D12: hue angle of 27.58º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D86D12 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 109 | 18 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.15 |
| HSL | 27.58º | 0.85% | 0.46% | - |
| HSV(B) | 27.58º | 0.92% | 0.85% | - |
| XYZ | 33.9 | 25.58 | 3.72 | - |
| YUV | 130.62 | 64.45 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 109 | 18 | 0 | 0.50 | 0.92 | 0.15 | 27.58 | 0.85 | 0.46 |
| Hex | D8 | 6D | 12 | 0 | 32 | 5C | F | 1C | 55 | 2E |
| Octal | 330 | 155 | 22 | 0 | 62 | 134 | 17 | 34 | 125 | 56 |
| Binary | 11011000 | 1101101 | 10010 | 0 | 110010 | 1011100 | 1111 | 11100 | 1010101 | 101110 |
Color Harmonies of #D86D12
Complementary color
Monochromatic Colors of #D86D12
Black with #D86D12
Text Example
Text Example
White with #D86D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86D12; }
p { color: rgb(216,109,18); }
H1.HeaderClassName
{
color: #D86D12;
}
.AnyTagClassName
{
color: #D86D12;
}
</style>
background-color css
<style>
a { background-color: #D86D12; }
a { background-color: rgb(216,109,18); }
div.DivClassName
{
background-color: #D86D12;
}
.BgClassName
{
background-color: #D86D12;
}
</style>
border-color css
<style>
span { border-color: #D86D12; }
span { border-color: rgb(216,109,18); }
td.TdClassName
{
border-color: #D86D12;
}
.TagClassName
{
border-color: #D86D12;
}
</style>