Shades of Chocolate #D85318
Tints of Chocolate #D85318
RGB
CMYK
RGB Variations
Color information
#D85318 (or 0xD85318) is known color: Chocolate. HEX triplet: D8, 53 and 18. RGB value is (216,83,24). Sum of RGB (Red+Green+Blue) = 216+83+24=323 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.87% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 24 (9.77% from 255 or 7.43% from 323); Max value from RGB is 216 - color contains mainly: red. Hex color #D85318 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85318 is #27ACE7. Grayscale: #747474. Windows color (decimal): -2600168 or 1594328. OLE color: 1594328.
HSL color Cylindrical-coordinate representation of color #D85318: hue angle of 18.44º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D85318 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 83 | 24 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.15 |
| HSL | 18.44º | 0.8% | 0.47% | - |
| HSV(B) | 18.44º | 0.89% | 0.85% | - |
| XYZ | 31.58 | 20.85 | 3.22 | - |
| YUV | 116.04 | 76.06 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 83 | 24 | 0 | 0.62 | 0.89 | 0.15 | 18.44 | 0.8 | 0.47 |
| Hex | D8 | 53 | 18 | 0 | 3E | 59 | F | 12 | 50 | 2F |
| Octal | 330 | 123 | 30 | 0 | 76 | 131 | 17 | 22 | 120 | 57 |
| Binary | 11011000 | 1010011 | 11000 | 0 | 111110 | 1011001 | 1111 | 10010 | 1010000 | 101111 |
Color Harmonies of #D85318
Complementary color
Monochromatic Colors of #D85318
Black with #D85318
Text Example
Text Example
White with #D85318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85318; }
p { color: rgb(216,83,24); }
H1.HeaderClassName
{
color: #D85318;
}
.AnyTagClassName
{
color: #D85318;
}
</style>
background-color css
<style>
a { background-color: #D85318; }
a { background-color: rgb(216,83,24); }
div.DivClassName
{
background-color: #D85318;
}
.BgClassName
{
background-color: #D85318;
}
</style>
border-color css
<style>
span { border-color: #D85318; }
span { border-color: rgb(216,83,24); }
td.TdClassName
{
border-color: #D85318;
}
.TagClassName
{
border-color: #D85318;
}
</style>