Shades of Chocolate #D86D14
Tints of Chocolate #D86D14
RGB
CMYK
RGB Variations
Color information
#D86D14 (or 0xD86D14) is known color: Chocolate. HEX triplet: D8, 6D and 14. RGB value is (216,109,20). Sum of RGB (Red+Green+Blue) = 216+109+20=345 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.61% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86D14 is #2792EB. Grayscale: #838383. Windows color (decimal): -2593516 or 1338840. OLE color: 1338840.
HSL color Cylindrical-coordinate representation of color #D86D14: hue angle of 27.24º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D86D14 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 109 | 20 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.15 |
| HSL | 27.24º | 0.83% | 0.46% | - |
| HSV(B) | 27.24º | 0.91% | 0.85% | - |
| XYZ | 33.91 | 25.59 | 3.81 | - |
| YUV | 130.85 | 65.45 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 109 | 20 | 0 | 0.50 | 0.91 | 0.15 | 27.24 | 0.83 | 0.46 |
| Hex | D8 | 6D | 14 | 0 | 32 | 5B | F | 1B | 53 | 2E |
| Octal | 330 | 155 | 24 | 0 | 62 | 133 | 17 | 33 | 123 | 56 |
| Binary | 11011000 | 1101101 | 10100 | 0 | 110010 | 1011011 | 1111 | 11011 | 1010011 | 101110 |
Color Harmonies of #D86D14
Complementary color
Monochromatic Colors of #D86D14
Black with #D86D14
Text Example
Text Example
White with #D86D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86D14; }
p { color: rgb(216,109,20); }
H1.HeaderClassName
{
color: #D86D14;
}
.AnyTagClassName
{
color: #D86D14;
}
</style>
background-color css
<style>
a { background-color: #D86D14; }
a { background-color: rgb(216,109,20); }
div.DivClassName
{
background-color: #D86D14;
}
.BgClassName
{
background-color: #D86D14;
}
</style>
border-color css
<style>
span { border-color: #D86D14; }
span { border-color: rgb(216,109,20); }
td.TdClassName
{
border-color: #D86D14;
}
.TagClassName
{
border-color: #D86D14;
}
</style>