Shades of Chocolate #D85F25
Tints of Chocolate #D85F25
RGB
CMYK
RGB Variations
Color information
#D85F25 (or 0xD85F25) is known color: Chocolate. HEX triplet: D8, 5F and 25. RGB value is (216,95,37). Sum of RGB (Red+Green+Blue) = 216+95+37=348 (46% of max value = 765). Red value is 216 (84.77% from 255 or 62.07% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 37 (14.84% from 255 or 10.63% from 348); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85F25 is #27A0DA. Grayscale: #7C7C7C. Windows color (decimal): -2597083 or 2449368. OLE color: 2449368.
HSL color Cylindrical-coordinate representation of color #D85F25: hue angle of 19.44º 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 #D85F25 is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 95 | 37 | - |
| CMYK | 0 | 0.56 | 0.83 | 0.15 |
| HSL | 19.44º | 0.71% | 0.5% | - |
| HSV(B) | 19.44º | 0.83% | 0.85% | - |
| XYZ | 32.75 | 22.92 | 4.45 | - |
| YUV | 124.57 | 78.59 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 95 | 37 | 0 | 0.56 | 0.83 | 0.15 | 19.44 | 0.71 | 0.5 |
| Hex | D8 | 5F | 25 | 0 | 38 | 53 | F | 13 | 47 | 32 |
| Octal | 330 | 137 | 45 | 0 | 70 | 123 | 17 | 23 | 107 | 62 |
| Binary | 11011000 | 1011111 | 100101 | 0 | 111000 | 1010011 | 1111 | 10011 | 1000111 | 110010 |
Color Harmonies of #D85F25
Complementary color
Monochromatic Colors of #D85F25
Black with #D85F25
Text Example
Text Example
White with #D85F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85F25; }
p { color: rgb(216,95,37); }
H1.HeaderClassName
{
color: #D85F25;
}
.AnyTagClassName
{
color: #D85F25;
}
</style>
background-color css
<style>
a { background-color: #D85F25; }
a { background-color: rgb(216,95,37); }
div.DivClassName
{
background-color: #D85F25;
}
.BgClassName
{
background-color: #D85F25;
}
</style>
border-color css
<style>
span { border-color: #D85F25; }
span { border-color: rgb(216,95,37); }
td.TdClassName
{
border-color: #D85F25;
}
.TagClassName
{
border-color: #D85F25;
}
</style>