Shades of Chocolate #D86A0C
Tints of Chocolate #D86A0C
RGB
CMYK
RGB Variations
Color information
#D86A0C (or 0xD86A0C) is known color: Chocolate. HEX triplet: D8, 6A and 0C. RGB value is (216,106,12). Sum of RGB (Red+Green+Blue) = 216+106+12=334 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.67% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 12 (5.08% from 255 or 3.59% from 334); Max value from RGB is 216 - color contains mainly: red. Hex color #D86A0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86A0C is #2795F3. Grayscale: #808080. Windows color (decimal): -2594292 or 813784. OLE color: 813784.
HSL color Cylindrical-coordinate representation of color #D86A0C: hue angle of 27.65º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D86A0C is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 106 | 12 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.15 |
| HSL | 27.65º | 0.89% | 0.45% | - |
| HSV(B) | 27.65º | 0.94% | 0.85% | - |
| XYZ | 33.54 | 24.93 | 3.39 | - |
| YUV | 128.17 | 62.44 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 106 | 12 | 0 | 0.51 | 0.94 | 0.15 | 27.65 | 0.89 | 0.45 |
| Hex | D8 | 6A | C | 0 | 33 | 5E | F | 1C | 59 | 2D |
| Octal | 330 | 152 | 14 | 0 | 63 | 136 | 17 | 34 | 131 | 55 |
| Binary | 11011000 | 1101010 | 1100 | 0 | 110011 | 1011110 | 1111 | 11100 | 1011001 | 101101 |
Color Harmonies of #D86A0C
Complementary color
Monochromatic Colors of #D86A0C
Black with #D86A0C
Text Example
Text Example
White with #D86A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86A0C; }
p { color: rgb(216,106,12); }
H1.HeaderClassName
{
color: #D86A0C;
}
.AnyTagClassName
{
color: #D86A0C;
}
</style>
background-color css
<style>
a { background-color: #D86A0C; }
a { background-color: rgb(216,106,12); }
div.DivClassName
{
background-color: #D86A0C;
}
.BgClassName
{
background-color: #D86A0C;
}
</style>
border-color css
<style>
span { border-color: #D86A0C; }
span { border-color: rgb(216,106,12); }
td.TdClassName
{
border-color: #D86A0C;
}
.TagClassName
{
border-color: #D86A0C;
}
</style>