Shades of Chocolate #D85A22
Tints of Chocolate #D85A22
RGB
CMYK
RGB Variations
Color information
#D85A22 (or 0xD85A22) is known color: Chocolate. HEX triplet: D8, 5A and 22. RGB value is (216,90,34). Sum of RGB (Red+Green+Blue) = 216+90+34=340 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.53% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 34 (13.67% from 255 or 10% from 340); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85A22 is #27A5DD. Grayscale: #797979. Windows color (decimal): -2598366 or 2251480. OLE color: 2251480.
HSL color Cylindrical-coordinate representation of color #D85A22: hue angle of 18.46º 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 #D85A22 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 90 | 34 | - |
| CMYK | 0 | 0.58 | 0.84 | 0.15 |
| HSL | 18.46º | 0.73% | 0.49% | - |
| HSV(B) | 18.46º | 0.84% | 0.85% | - |
| XYZ | 32.26 | 22.03 | 4.06 | - |
| YUV | 121.29 | 78.74 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 34 | 0 | 0.58 | 0.84 | 0.15 | 18.46 | 0.73 | 0.49 |
| Hex | D8 | 5A | 22 | 0 | 3A | 54 | F | 12 | 49 | 31 |
| Octal | 330 | 132 | 42 | 0 | 72 | 124 | 17 | 22 | 111 | 61 |
| Binary | 11011000 | 1011010 | 100010 | 0 | 111010 | 1010100 | 1111 | 10010 | 1001001 | 110001 |
Color Harmonies of #D85A22
Complementary color
Monochromatic Colors of #D85A22
Black with #D85A22
Text Example
Text Example
White with #D85A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85A22; }
p { color: rgb(216,90,34); }
H1.HeaderClassName
{
color: #D85A22;
}
.AnyTagClassName
{
color: #D85A22;
}
</style>
background-color css
<style>
a { background-color: #D85A22; }
a { background-color: rgb(216,90,34); }
div.DivClassName
{
background-color: #D85A22;
}
.BgClassName
{
background-color: #D85A22;
}
</style>
border-color css
<style>
span { border-color: #D85A22; }
span { border-color: rgb(216,90,34); }
td.TdClassName
{
border-color: #D85A22;
}
.TagClassName
{
border-color: #D85A22;
}
</style>