Shades of Chocolate #D86125
Tints of Chocolate #D86125
RGB
CMYK
RGB Variations
Color information
#D86125 (or 0xD86125) is known color: Chocolate. HEX triplet: D8, 61 and 25. RGB value is (216,97,37). Sum of RGB (Red+Green+Blue) = 216+97+37=350 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.71% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 37 (14.84% from 255 or 10.57% from 350); Max value from RGB is 216 - color contains mainly: red. Hex color #D86125 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86125 is #279EDA. Grayscale: #7E7E7E. Windows color (decimal): -2596571 or 2449880. OLE color: 2449880.
HSL color Cylindrical-coordinate representation of color #D86125: hue angle of 20.11º 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 #D86125 is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 97 | 37 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.15 |
| HSL | 20.11º | 0.71% | 0.5% | - |
| HSV(B) | 20.11º | 0.83% | 0.85% | - |
| XYZ | 32.93 | 23.28 | 4.51 | - |
| YUV | 125.74 | 77.92 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 97 | 37 | 0 | 0.55 | 0.83 | 0.15 | 20.11 | 0.71 | 0.5 |
| Hex | D8 | 61 | 25 | 0 | 37 | 53 | F | 14 | 47 | 32 |
| Octal | 330 | 141 | 45 | 0 | 67 | 123 | 17 | 24 | 107 | 62 |
| Binary | 11011000 | 1100001 | 100101 | 0 | 110111 | 1010011 | 1111 | 10100 | 1000111 | 110010 |
Color Harmonies of #D86125
Complementary color
Monochromatic Colors of #D86125
Black with #D86125
Text Example
Text Example
White with #D86125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86125; }
p { color: rgb(216,97,37); }
H1.HeaderClassName
{
color: #D86125;
}
.AnyTagClassName
{
color: #D86125;
}
</style>
background-color css
<style>
a { background-color: #D86125; }
a { background-color: rgb(216,97,37); }
div.DivClassName
{
background-color: #D86125;
}
.BgClassName
{
background-color: #D86125;
}
</style>
border-color css
<style>
span { border-color: #D86125; }
span { border-color: rgb(216,97,37); }
td.TdClassName
{
border-color: #D86125;
}
.TagClassName
{
border-color: #D86125;
}
</style>