Shades of Chocolate #D85B14
Tints of Chocolate #D85B14
RGB
CMYK
RGB Variations
Color information
#D85B14 (or 0xD85B14) is known color: Chocolate. HEX triplet: D8, 5B and 14. RGB value is (216,91,20). Sum of RGB (Red+Green+Blue) = 216+91+20=327 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.06% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 20 (8.20% from 255 or 6.12% from 327); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85B14 is #27A4EB. Grayscale: #787878. Windows color (decimal): -2598124 or 1334232. OLE color: 1334232.
HSL color Cylindrical-coordinate representation of color #D85B14: hue angle of 21.73º 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 #D85B14 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 91 | 20 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.15 |
| HSL | 21.73º | 0.83% | 0.46% | - |
| HSV(B) | 21.73º | 0.91% | 0.85% | - |
| XYZ | 32.19 | 22.13 | 3.24 | - |
| YUV | 120.28 | 71.41 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 91 | 20 | 0 | 0.58 | 0.91 | 0.15 | 21.73 | 0.83 | 0.46 |
| Hex | D8 | 5B | 14 | 0 | 3A | 5B | F | 16 | 53 | 2E |
| Octal | 330 | 133 | 24 | 0 | 72 | 133 | 17 | 26 | 123 | 56 |
| Binary | 11011000 | 1011011 | 10100 | 0 | 111010 | 1011011 | 1111 | 10110 | 1010011 | 101110 |
Color Harmonies of #D85B14
Complementary color
Monochromatic Colors of #D85B14
Black with #D85B14
Text Example
Text Example
White with #D85B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85B14; }
p { color: rgb(216,91,20); }
H1.HeaderClassName
{
color: #D85B14;
}
.AnyTagClassName
{
color: #D85B14;
}
</style>
background-color css
<style>
a { background-color: #D85B14; }
a { background-color: rgb(216,91,20); }
div.DivClassName
{
background-color: #D85B14;
}
.BgClassName
{
background-color: #D85B14;
}
</style>
border-color css
<style>
span { border-color: #D85B14; }
span { border-color: rgb(216,91,20); }
td.TdClassName
{
border-color: #D85B14;
}
.TagClassName
{
border-color: #D85B14;
}
</style>