Shades of Chocolate #D86C21
Tints of Chocolate #D86C21
RGB
CMYK
RGB Variations
Color information
#D86C21 (or 0xD86C21) is known color: Chocolate. HEX triplet: D8, 6C and 21. RGB value is (216,108,33). Sum of RGB (Red+Green+Blue) = 216+108+33=357 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.50% from 357); Green value is 108 (42.58% from 255 or 30.25% from 357); Blue value is 33 (13.28% from 255 or 9.24% from 357); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86C21 is #2793DE. Grayscale: #848484. Windows color (decimal): -2593759 or 2190552. OLE color: 2190552.
HSL color Cylindrical-coordinate representation of color #D86C21: hue angle of 24.59º 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 #D86C21 is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 108 | 33 | - |
| CMYK | 0 | 0.50 | 0.85 | 0.15 |
| HSL | 24.59º | 0.73% | 0.49% | - |
| HSV(B) | 24.59º | 0.85% | 0.85% | - |
| XYZ | 33.96 | 25.43 | 4.56 | - |
| YUV | 131.74 | 72.28 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 108 | 33 | 0 | 0.50 | 0.85 | 0.15 | 24.59 | 0.73 | 0.49 |
| Hex | D8 | 6C | 21 | 0 | 32 | 55 | F | 19 | 49 | 31 |
| Octal | 330 | 154 | 41 | 0 | 62 | 125 | 17 | 31 | 111 | 61 |
| Binary | 11011000 | 1101100 | 100001 | 0 | 110010 | 1010101 | 1111 | 11001 | 1001001 | 110001 |
Color Harmonies of #D86C21
Complementary color
Monochromatic Colors of #D86C21
Black with #D86C21
Text Example
Text Example
White with #D86C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86C21; }
p { color: rgb(216,108,33); }
H1.HeaderClassName
{
color: #D86C21;
}
.AnyTagClassName
{
color: #D86C21;
}
</style>
background-color css
<style>
a { background-color: #D86C21; }
a { background-color: rgb(216,108,33); }
div.DivClassName
{
background-color: #D86C21;
}
.BgClassName
{
background-color: #D86C21;
}
</style>
border-color css
<style>
span { border-color: #D86C21; }
span { border-color: rgb(216,108,33); }
td.TdClassName
{
border-color: #D86C21;
}
.TagClassName
{
border-color: #D86C21;
}
</style>