Shades of Chocolate #D85219
Tints of Chocolate #D85219
RGB
CMYK
RGB Variations
Color information
#D85219 (or 0xD85219) is known color: Chocolate. HEX triplet: D8, 52 and 19. RGB value is (216,82,25). Sum of RGB (Red+Green+Blue) = 216+82+25=323 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.87% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 25 (10.16% from 255 or 7.74% from 323); Max value from RGB is 216 - color contains mainly: red. Hex color #D85219 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85219 is #27ADE6. Grayscale: #737373. Windows color (decimal): -2600423 or 1659608. OLE color: 1659608.
HSL color Cylindrical-coordinate representation of color #D85219: hue angle of 17.91º 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 #D85219 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 82 | 25 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.15 |
| HSL | 17.91º | 0.79% | 0.47% | - |
| HSV(B) | 17.91º | 0.88% | 0.85% | - |
| XYZ | 31.51 | 20.7 | 3.26 | - |
| YUV | 115.57 | 76.89 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 82 | 25 | 0 | 0.62 | 0.88 | 0.15 | 17.91 | 0.79 | 0.47 |
| Hex | D8 | 52 | 19 | 0 | 3E | 58 | F | 12 | 4F | 2F |
| Octal | 330 | 122 | 31 | 0 | 76 | 130 | 17 | 22 | 117 | 57 |
| Binary | 11011000 | 1010010 | 11001 | 0 | 111110 | 1011000 | 1111 | 10010 | 1001111 | 101111 |
Color Harmonies of #D85219
Complementary color
Monochromatic Colors of #D85219
Black with #D85219
Text Example
Text Example
White with #D85219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85219; }
p { color: rgb(216,82,25); }
H1.HeaderClassName
{
color: #D85219;
}
.AnyTagClassName
{
color: #D85219;
}
</style>
background-color css
<style>
a { background-color: #D85219; }
a { background-color: rgb(216,82,25); }
div.DivClassName
{
background-color: #D85219;
}
.BgClassName
{
background-color: #D85219;
}
</style>
border-color css
<style>
span { border-color: #D85219; }
span { border-color: rgb(216,82,25); }
td.TdClassName
{
border-color: #D85219;
}
.TagClassName
{
border-color: #D85219;
}
</style>