Shades of Chocolate #D86F22
Tints of Chocolate #D86F22
RGB
CMYK
RGB Variations
Color information
#D86F22 (or 0xD86F22) is known color: Chocolate. HEX triplet: D8, 6F and 22. RGB value is (216,111,34). Sum of RGB (Red+Green+Blue) = 216+111+34=361 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.83% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 34 (13.67% from 255 or 9.42% from 361); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86F22 is #2790DD. Grayscale: #868686. Windows color (decimal): -2592990 or 2256856. OLE color: 2256856.
HSL color Cylindrical-coordinate representation of color #D86F22: hue angle of 25.38º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D86F22 is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 111 | 34 | - |
| CMYK | 0 | 0.49 | 0.84 | 0.15 |
| HSL | 25.38º | 0.73% | 0.49% | - |
| HSV(B) | 25.38º | 0.84% | 0.85% | - |
| XYZ | 34.29 | 26.08 | 4.74 | - |
| YUV | 133.62 | 71.79 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 111 | 34 | 0 | 0.49 | 0.84 | 0.15 | 25.38 | 0.73 | 0.49 |
| Hex | D8 | 6F | 22 | 0 | 31 | 54 | F | 19 | 49 | 31 |
| Octal | 330 | 157 | 42 | 0 | 61 | 124 | 17 | 31 | 111 | 61 |
| Binary | 11011000 | 1101111 | 100010 | 0 | 110001 | 1010100 | 1111 | 11001 | 1001001 | 110001 |
Color Harmonies of #D86F22
Complementary color
Monochromatic Colors of #D86F22
Black with #D86F22
Text Example
Text Example
White with #D86F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86F22; }
p { color: rgb(216,111,34); }
H1.HeaderClassName
{
color: #D86F22;
}
.AnyTagClassName
{
color: #D86F22;
}
</style>
background-color css
<style>
a { background-color: #D86F22; }
a { background-color: rgb(216,111,34); }
div.DivClassName
{
background-color: #D86F22;
}
.BgClassName
{
background-color: #D86F22;
}
</style>
border-color css
<style>
span { border-color: #D86F22; }
span { border-color: rgb(216,111,34); }
td.TdClassName
{
border-color: #D86F22;
}
.TagClassName
{
border-color: #D86F22;
}
</style>