Shades of Chocolate #D85D1D
Tints of Chocolate #D85D1D
RGB
CMYK
RGB Variations
Color information
#D85D1D (or 0xD85D1D) is known color: Chocolate. HEX triplet: D8, 5D and 1D. RGB value is (216,93,29). Sum of RGB (Red+Green+Blue) = 216+93+29=338 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.91% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 29 (11.72% from 255 or 8.58% from 338); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85D1D is #27A2E2. Grayscale: #7A7A7A. Windows color (decimal): -2597603 or 1924568. OLE color: 1924568.
HSL color Cylindrical-coordinate representation of color #D85D1D: hue angle of 20.53º 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 #D85D1D is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 93 | 29 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.15 |
| HSL | 20.53º | 0.76% | 0.48% | - |
| HSV(B) | 20.53º | 0.87% | 0.85% | - |
| XYZ | 32.46 | 22.52 | 3.8 | - |
| YUV | 122.48 | 75.25 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 93 | 29 | 0 | 0.57 | 0.87 | 0.15 | 20.53 | 0.76 | 0.48 |
| Hex | D8 | 5D | 1D | 0 | 39 | 57 | F | 15 | 4C | 30 |
| Octal | 330 | 135 | 35 | 0 | 71 | 127 | 17 | 25 | 114 | 60 |
| Binary | 11011000 | 1011101 | 11101 | 0 | 111001 | 1010111 | 1111 | 10101 | 1001100 | 110000 |
Color Harmonies of #D85D1D
Complementary color
Monochromatic Colors of #D85D1D
Black with #D85D1D
Text Example
Text Example
White with #D85D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85D1D; }
p { color: rgb(216,93,29); }
H1.HeaderClassName
{
color: #D85D1D;
}
.AnyTagClassName
{
color: #D85D1D;
}
</style>
background-color css
<style>
a { background-color: #D85D1D; }
a { background-color: rgb(216,93,29); }
div.DivClassName
{
background-color: #D85D1D;
}
.BgClassName
{
background-color: #D85D1D;
}
</style>
border-color css
<style>
span { border-color: #D85D1D; }
span { border-color: rgb(216,93,29); }
td.TdClassName
{
border-color: #D85D1D;
}
.TagClassName
{
border-color: #D85D1D;
}
</style>