Shades of Chocolate #D85A1D
Tints of Chocolate #D85A1D
RGB
CMYK
RGB Variations
Color information
#D85A1D (or 0xD85A1D) is known color: Chocolate. HEX triplet: D8, 5A and 1D. RGB value is (216,90,29). Sum of RGB (Red+Green+Blue) = 216+90+29=335 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.48% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 29 (11.72% from 255 or 8.66% from 335); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85A1D is #27A5E2. Grayscale: #797979. Windows color (decimal): -2598371 or 1923800. OLE color: 1923800.
HSL color Cylindrical-coordinate representation of color #D85A1D: hue angle of 19.57º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D85A1D is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 90 | 29 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.15 |
| HSL | 19.57º | 0.76% | 0.48% | - |
| HSV(B) | 19.57º | 0.87% | 0.85% | - |
| XYZ | 32.2 | 22 | 3.71 | - |
| YUV | 120.72 | 76.24 | 195.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 29 | 0 | 0.58 | 0.87 | 0.15 | 19.57 | 0.76 | 0.48 |
| Hex | D8 | 5A | 1D | 0 | 3A | 57 | F | 14 | 4C | 30 |
| Octal | 330 | 132 | 35 | 0 | 72 | 127 | 17 | 24 | 114 | 60 |
| Binary | 11011000 | 1011010 | 11101 | 0 | 111010 | 1010111 | 1111 | 10100 | 1001100 | 110000 |
Color Harmonies of #D85A1D
Complementary color
Monochromatic Colors of #D85A1D
Black with #D85A1D
Text Example
Text Example
White with #D85A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85A1D; }
p { color: rgb(216,90,29); }
H1.HeaderClassName
{
color: #D85A1D;
}
.AnyTagClassName
{
color: #D85A1D;
}
</style>
background-color css
<style>
a { background-color: #D85A1D; }
a { background-color: rgb(216,90,29); }
div.DivClassName
{
background-color: #D85A1D;
}
.BgClassName
{
background-color: #D85A1D;
}
</style>
border-color css
<style>
span { border-color: #D85A1D; }
span { border-color: rgb(216,90,29); }
td.TdClassName
{
border-color: #D85A1D;
}
.TagClassName
{
border-color: #D85A1D;
}
</style>