Shades of Chocolate #D86A25
Tints of Chocolate #D86A25
RGB
CMYK
RGB Variations
Color information
#D86A25 (or 0xD86A25) is known color: Chocolate. HEX triplet: D8, 6A and 25. RGB value is (216,106,37). Sum of RGB (Red+Green+Blue) = 216+106+37=359 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.17% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 37 (14.84% from 255 or 10.31% from 359); Max value from RGB is 216 - color contains mainly: red. Hex color #D86A25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86A25 is #2795DA. Grayscale: #838383. Windows color (decimal): -2594267 or 2452184. OLE color: 2452184.
HSL color Cylindrical-coordinate representation of color #D86A25: hue angle of 23.13º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D86A25 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 106 | 37 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.15 |
| HSL | 23.13º | 0.71% | 0.5% | - |
| HSV(B) | 23.13º | 0.83% | 0.85% | - |
| XYZ | 33.81 | 25.04 | 4.8 | - |
| YUV | 131.02 | 74.94 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 106 | 37 | 0 | 0.51 | 0.83 | 0.15 | 23.13 | 0.71 | 0.5 |
| Hex | D8 | 6A | 25 | 0 | 33 | 53 | F | 17 | 47 | 32 |
| Octal | 330 | 152 | 45 | 0 | 63 | 123 | 17 | 27 | 107 | 62 |
| Binary | 11011000 | 1101010 | 100101 | 0 | 110011 | 1010011 | 1111 | 10111 | 1000111 | 110010 |
Color Harmonies of #D86A25
Complementary color
Monochromatic Colors of #D86A25
Black with #D86A25
Text Example
Text Example
White with #D86A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86A25; }
p { color: rgb(216,106,37); }
H1.HeaderClassName
{
color: #D86A25;
}
.AnyTagClassName
{
color: #D86A25;
}
</style>
background-color css
<style>
a { background-color: #D86A25; }
a { background-color: rgb(216,106,37); }
div.DivClassName
{
background-color: #D86A25;
}
.BgClassName
{
background-color: #D86A25;
}
</style>
border-color css
<style>
span { border-color: #D86A25; }
span { border-color: rgb(216,106,37); }
td.TdClassName
{
border-color: #D86A25;
}
.TagClassName
{
border-color: #D86A25;
}
</style>