Shades of Chocolate #D85F19
Tints of Chocolate #D85F19
RGB
CMYK
RGB Variations
Color information
#D85F19 (or 0xD85F19) is known color: Chocolate. HEX triplet: D8, 5F and 19. RGB value is (216,95,25). Sum of RGB (Red+Green+Blue) = 216+95+25=336 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.29% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 25 (10.16% from 255 or 7.44% from 336); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85F19 is #27A0E6. Grayscale: #7B7B7B. Windows color (decimal): -2597095 or 1662936. OLE color: 1662936.
HSL color Cylindrical-coordinate representation of color #D85F19: hue angle of 21.99º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D85F19 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 95 | 25 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.15 |
| HSL | 21.99º | 0.79% | 0.47% | - |
| HSV(B) | 21.99º | 0.88% | 0.85% | - |
| XYZ | 32.59 | 22.85 | 3.61 | - |
| YUV | 123.2 | 72.59 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 95 | 25 | 0 | 0.56 | 0.88 | 0.15 | 21.99 | 0.79 | 0.47 |
| Hex | D8 | 5F | 19 | 0 | 38 | 58 | F | 16 | 4F | 2F |
| Octal | 330 | 137 | 31 | 0 | 70 | 130 | 17 | 26 | 117 | 57 |
| Binary | 11011000 | 1011111 | 11001 | 0 | 111000 | 1011000 | 1111 | 10110 | 1001111 | 101111 |
Color Harmonies of #D85F19
Complementary color
Monochromatic Colors of #D85F19
Black with #D85F19
Text Example
Text Example
White with #D85F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85F19; }
p { color: rgb(216,95,25); }
H1.HeaderClassName
{
color: #D85F19;
}
.AnyTagClassName
{
color: #D85F19;
}
</style>
background-color css
<style>
a { background-color: #D85F19; }
a { background-color: rgb(216,95,25); }
div.DivClassName
{
background-color: #D85F19;
}
.BgClassName
{
background-color: #D85F19;
}
</style>
border-color css
<style>
span { border-color: #D85F19; }
span { border-color: rgb(216,95,25); }
td.TdClassName
{
border-color: #D85F19;
}
.TagClassName
{
border-color: #D85F19;
}
</style>