Shades of Chocolate #D85F22
Tints of Chocolate #D85F22
RGB
CMYK
RGB Variations
Color information
#D85F22 (or 0xD85F22) is known color: Chocolate. HEX triplet: D8, 5F and 22. RGB value is (216,95,34). Sum of RGB (Red+Green+Blue) = 216+95+34=345 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.61% from 345); Green value is 95 (37.5% from 255 or 27.54% from 345); Blue value is 34 (13.67% from 255 or 9.86% from 345); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85F22 is #27A0DD. Grayscale: #7C7C7C. Windows color (decimal): -2597086 or 2252760. OLE color: 2252760.
HSL color Cylindrical-coordinate representation of color #D85F22: hue angle of 20.11º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D85F22 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 95 | 34 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.15 |
| HSL | 20.11º | 0.73% | 0.49% | - |
| HSV(B) | 20.11º | 0.84% | 0.85% | - |
| XYZ | 32.7 | 22.9 | 4.21 | - |
| YUV | 124.23 | 77.09 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 95 | 34 | 0 | 0.56 | 0.84 | 0.15 | 20.11 | 0.73 | 0.49 |
| Hex | D8 | 5F | 22 | 0 | 38 | 54 | F | 14 | 49 | 31 |
| Octal | 330 | 137 | 42 | 0 | 70 | 124 | 17 | 24 | 111 | 61 |
| Binary | 11011000 | 1011111 | 100010 | 0 | 111000 | 1010100 | 1111 | 10100 | 1001001 | 110001 |
Color Harmonies of #D85F22
Complementary color
Monochromatic Colors of #D85F22
Black with #D85F22
Text Example
Text Example
White with #D85F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85F22; }
p { color: rgb(216,95,34); }
H1.HeaderClassName
{
color: #D85F22;
}
.AnyTagClassName
{
color: #D85F22;
}
</style>
background-color css
<style>
a { background-color: #D85F22; }
a { background-color: rgb(216,95,34); }
div.DivClassName
{
background-color: #D85F22;
}
.BgClassName
{
background-color: #D85F22;
}
</style>
border-color css
<style>
span { border-color: #D85F22; }
span { border-color: rgb(216,95,34); }
td.TdClassName
{
border-color: #D85F22;
}
.TagClassName
{
border-color: #D85F22;
}
</style>