Shades of Chocolate #D86F21
Tints of Chocolate #D86F21
RGB
CMYK
RGB Variations
Color information
#D86F21 (or 0xD86F21) is known color: Chocolate. HEX triplet: D8, 6F and 21. RGB value is (216,111,33). Sum of RGB (Red+Green+Blue) = 216+111+33=360 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 33 (13.28% from 255 or 9.17% from 360); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86F21 is #2790DE. Grayscale: #858585. Windows color (decimal): -2592991 or 2191320. OLE color: 2191320.
HSL color Cylindrical-coordinate representation of color #D86F21: hue angle of 25.57º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D86F21 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 111 | 33 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.15 |
| HSL | 25.57º | 0.73% | 0.49% | - |
| HSV(B) | 25.57º | 0.85% | 0.85% | - |
| XYZ | 34.28 | 26.08 | 4.67 | - |
| YUV | 133.5 | 71.29 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 111 | 33 | 0 | 0.49 | 0.85 | 0.15 | 25.57 | 0.73 | 0.49 |
| Hex | D8 | 6F | 21 | 0 | 31 | 55 | F | 1A | 49 | 31 |
| Octal | 330 | 157 | 41 | 0 | 61 | 125 | 17 | 32 | 111 | 61 |
| Binary | 11011000 | 1101111 | 100001 | 0 | 110001 | 1010101 | 1111 | 11010 | 1001001 | 110001 |
Color Harmonies of #D86F21
Complementary color
Monochromatic Colors of #D86F21
Black with #D86F21
Text Example
Text Example
White with #D86F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86F21; }
p { color: rgb(216,111,33); }
H1.HeaderClassName
{
color: #D86F21;
}
.AnyTagClassName
{
color: #D86F21;
}
</style>
background-color css
<style>
a { background-color: #D86F21; }
a { background-color: rgb(216,111,33); }
div.DivClassName
{
background-color: #D86F21;
}
.BgClassName
{
background-color: #D86F21;
}
</style>
border-color css
<style>
span { border-color: #D86F21; }
span { border-color: rgb(216,111,33); }
td.TdClassName
{
border-color: #D86F21;
}
.TagClassName
{
border-color: #D86F21;
}
</style>