Shades of Chocolate #D85A14
Tints of Chocolate #D85A14
RGB
CMYK
RGB Variations
Color information
#D85A14 (or 0xD85A14) is known color: Chocolate. HEX triplet: D8, 5A and 14. RGB value is (216,90,20). Sum of RGB (Red+Green+Blue) = 216+90+20=326 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.26% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85A14 is #27A5EB. Grayscale: #787878. Windows color (decimal): -2598380 or 1333976. OLE color: 1333976.
HSL color Cylindrical-coordinate representation of color #D85A14: hue angle of 21.43º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D85A14 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 90 | 20 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.15 |
| HSL | 21.43º | 0.83% | 0.46% | - |
| HSV(B) | 21.43º | 0.91% | 0.85% | - |
| XYZ | 32.1 | 21.96 | 3.21 | - |
| YUV | 119.69 | 71.74 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 20 | 0 | 0.58 | 0.91 | 0.15 | 21.43 | 0.83 | 0.46 |
| Hex | D8 | 5A | 14 | 0 | 3A | 5B | F | 15 | 53 | 2E |
| Octal | 330 | 132 | 24 | 0 | 72 | 133 | 17 | 25 | 123 | 56 |
| Binary | 11011000 | 1011010 | 10100 | 0 | 111010 | 1011011 | 1111 | 10101 | 1010011 | 101110 |
Color Harmonies of #D85A14
Complementary color
Monochromatic Colors of #D85A14
Black with #D85A14
Text Example
Text Example
White with #D85A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85A14; }
p { color: rgb(216,90,20); }
H1.HeaderClassName
{
color: #D85A14;
}
.AnyTagClassName
{
color: #D85A14;
}
</style>
background-color css
<style>
a { background-color: #D85A14; }
a { background-color: rgb(216,90,20); }
div.DivClassName
{
background-color: #D85A14;
}
.BgClassName
{
background-color: #D85A14;
}
</style>
border-color css
<style>
span { border-color: #D85A14; }
span { border-color: rgb(216,90,20); }
td.TdClassName
{
border-color: #D85A14;
}
.TagClassName
{
border-color: #D85A14;
}
</style>