Shades of Chocolate #D86926
Tints of Chocolate #D86926
RGB
CMYK
RGB Variations
Color information
#D86926 (or 0xD86926) is known color: Chocolate. HEX triplet: D8, 69 and 26. RGB value is (216,105,38). Sum of RGB (Red+Green+Blue) = 216+105+38=359 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.17% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 38 (15.23% from 255 or 10.58% from 359); Max value from RGB is 216 - color contains mainly: red. Hex color #D86926 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86926 is #2796D9. Grayscale: #828282. Windows color (decimal): -2594522 or 2517464. OLE color: 2517464.
HSL color Cylindrical-coordinate representation of color #D86926: hue angle of 22.58º 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 #D86926 is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 105 | 38 | - |
| CMYK | 0 | 0.51 | 0.82 | 0.15 |
| HSL | 22.58º | 0.7% | 0.5% | - |
| HSV(B) | 22.58º | 0.82% | 0.85% | - |
| XYZ | 33.72 | 24.84 | 4.85 | - |
| YUV | 130.55 | 75.77 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 105 | 38 | 0 | 0.51 | 0.82 | 0.15 | 22.58 | 0.7 | 0.5 |
| Hex | D8 | 69 | 26 | 0 | 33 | 52 | F | 17 | 46 | 32 |
| Octal | 330 | 151 | 46 | 0 | 63 | 122 | 17 | 27 | 106 | 62 |
| Binary | 11011000 | 1101001 | 100110 | 0 | 110011 | 1010010 | 1111 | 10111 | 1000110 | 110010 |
Color Harmonies of #D86926
Complementary color
Monochromatic Colors of #D86926
Black with #D86926
Text Example
Text Example
White with #D86926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86926; }
p { color: rgb(216,105,38); }
H1.HeaderClassName
{
color: #D86926;
}
.AnyTagClassName
{
color: #D86926;
}
</style>
background-color css
<style>
a { background-color: #D86926; }
a { background-color: rgb(216,105,38); }
div.DivClassName
{
background-color: #D86926;
}
.BgClassName
{
background-color: #D86926;
}
</style>
border-color css
<style>
span { border-color: #D86926; }
span { border-color: rgb(216,105,38); }
td.TdClassName
{
border-color: #D86926;
}
.TagClassName
{
border-color: #D86926;
}
</style>