Shades of Chocolate #D85F23
Tints of Chocolate #D85F23
RGB
CMYK
RGB Variations
Color information
#D85F23 (or 0xD85F23) is known color: Chocolate. HEX triplet: D8, 5F and 23. RGB value is (216,95,35). Sum of RGB (Red+Green+Blue) = 216+95+35=346 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.43% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 35 (14.06% from 255 or 10.12% from 346); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85F23 is #27A0DC. Grayscale: #7C7C7C. Windows color (decimal): -2597085 or 2318296. OLE color: 2318296.
HSL color Cylindrical-coordinate representation of color #D85F23: hue angle of 19.89º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D85F23 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 95 | 35 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.15 |
| HSL | 19.89º | 0.72% | 0.49% | - |
| HSV(B) | 19.89º | 0.84% | 0.85% | - |
| XYZ | 32.71 | 22.9 | 4.29 | - |
| YUV | 124.34 | 77.59 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 95 | 35 | 0 | 0.56 | 0.84 | 0.15 | 19.89 | 0.72 | 0.49 |
| Hex | D8 | 5F | 23 | 0 | 38 | 54 | F | 14 | 48 | 31 |
| Octal | 330 | 137 | 43 | 0 | 70 | 124 | 17 | 24 | 110 | 61 |
| Binary | 11011000 | 1011111 | 100011 | 0 | 111000 | 1010100 | 1111 | 10100 | 1001000 | 110001 |
Color Harmonies of #D85F23
Complementary color
Monochromatic Colors of #D85F23
Black with #D85F23
Text Example
Text Example
White with #D85F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85F23; }
p { color: rgb(216,95,35); }
H1.HeaderClassName
{
color: #D85F23;
}
.AnyTagClassName
{
color: #D85F23;
}
</style>
background-color css
<style>
a { background-color: #D85F23; }
a { background-color: rgb(216,95,35); }
div.DivClassName
{
background-color: #D85F23;
}
.BgClassName
{
background-color: #D85F23;
}
</style>
border-color css
<style>
span { border-color: #D85F23; }
span { border-color: rgb(216,95,35); }
td.TdClassName
{
border-color: #D85F23;
}
.TagClassName
{
border-color: #D85F23;
}
</style>