Shades of Chocolate #D86C19
Tints of Chocolate #D86C19
RGB
CMYK
RGB Variations
Color information
#D86C19 (or 0xD86C19) is known color: Chocolate. HEX triplet: D8, 6C and 19. RGB value is (216,108,25). Sum of RGB (Red+Green+Blue) = 216+108+25=349 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.89% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 25 (10.16% from 255 or 7.16% from 349); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86C19 is #2793E6. Grayscale: #838383. Windows color (decimal): -2593767 or 1666264. OLE color: 1666264.
HSL color Cylindrical-coordinate representation of color #D86C19: hue angle of 26.07º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D86C19 is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 108 | 25 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.15 |
| HSL | 26.07º | 0.79% | 0.47% | - |
| HSV(B) | 26.07º | 0.88% | 0.85% | - |
| XYZ | 33.86 | 25.39 | 4.04 | - |
| YUV | 130.83 | 68.28 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 108 | 25 | 0 | 0.50 | 0.88 | 0.15 | 26.07 | 0.79 | 0.47 |
| Hex | D8 | 6C | 19 | 0 | 32 | 58 | F | 1A | 4F | 2F |
| Octal | 330 | 154 | 31 | 0 | 62 | 130 | 17 | 32 | 117 | 57 |
| Binary | 11011000 | 1101100 | 11001 | 0 | 110010 | 1011000 | 1111 | 11010 | 1001111 | 101111 |
Color Harmonies of #D86C19
Complementary color
Monochromatic Colors of #D86C19
Black with #D86C19
Text Example
Text Example
White with #D86C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86C19; }
p { color: rgb(216,108,25); }
H1.HeaderClassName
{
color: #D86C19;
}
.AnyTagClassName
{
color: #D86C19;
}
</style>
background-color css
<style>
a { background-color: #D86C19; }
a { background-color: rgb(216,108,25); }
div.DivClassName
{
background-color: #D86C19;
}
.BgClassName
{
background-color: #D86C19;
}
</style>
border-color css
<style>
span { border-color: #D86C19; }
span { border-color: rgb(216,108,25); }
td.TdClassName
{
border-color: #D86C19;
}
.TagClassName
{
border-color: #D86C19;
}
</style>