Shades of Chocolate #D86226
Tints of Chocolate #D86226
RGB
CMYK
RGB Variations
Color information
#D86226 (or 0xD86226) is known color: Chocolate. HEX triplet: D8, 62 and 26. RGB value is (216,98,38). Sum of RGB (Red+Green+Blue) = 216+98+38=352 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.36% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 38 (15.23% from 255 or 10.80% from 352); Max value from RGB is 216 - color contains mainly: red. Hex color #D86226 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86226 is #279DD9. Grayscale: #7E7E7E. Windows color (decimal): -2596314 or 2515672. OLE color: 2515672.
HSL color Cylindrical-coordinate representation of color #D86226: hue angle of 20.22º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D86226 is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 98 | 38 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.15 |
| HSL | 20.22º | 0.7% | 0.5% | - |
| HSV(B) | 20.22º | 0.82% | 0.85% | - |
| XYZ | 33.04 | 23.47 | 4.62 | - |
| YUV | 126.44 | 78.09 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 98 | 38 | 0 | 0.55 | 0.82 | 0.15 | 20.22 | 0.7 | 0.5 |
| Hex | D8 | 62 | 26 | 0 | 37 | 52 | F | 14 | 46 | 32 |
| Octal | 330 | 142 | 46 | 0 | 67 | 122 | 17 | 24 | 106 | 62 |
| Binary | 11011000 | 1100010 | 100110 | 0 | 110111 | 1010010 | 1111 | 10100 | 1000110 | 110010 |
Color Harmonies of #D86226
Complementary color
Monochromatic Colors of #D86226
Black with #D86226
Text Example
Text Example
White with #D86226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86226; }
p { color: rgb(216,98,38); }
H1.HeaderClassName
{
color: #D86226;
}
.AnyTagClassName
{
color: #D86226;
}
</style>
background-color css
<style>
a { background-color: #D86226; }
a { background-color: rgb(216,98,38); }
div.DivClassName
{
background-color: #D86226;
}
.BgClassName
{
background-color: #D86226;
}
</style>
border-color css
<style>
span { border-color: #D86226; }
span { border-color: rgb(216,98,38); }
td.TdClassName
{
border-color: #D86226;
}
.TagClassName
{
border-color: #D86226;
}
</style>