Shades of Chocolate #D95C18
Tints of Chocolate #D95C18
RGB
CMYK
RGB Variations
Color information
#D95C18 (or 0xD95C18) is known color: Chocolate. HEX triplet: D9, 5C and 18. RGB value is (217,92,24). Sum of RGB (Red+Green+Blue) = 217+92+24=333 (44% of max value = 765). Red value is 217 (85.16% from 255 or 65.17% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 24 (9.77% from 255 or 7.21% from 333); Max value from RGB is 217 - color contains mainly: red. Hex color #D95C18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95C18 is #26A3E7. Grayscale: #7A7A7A. Windows color (decimal): -2532328 or 1596633. OLE color: 1596633.
HSL color Cylindrical-coordinate representation of color #D95C18: hue angle of 21.14º 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 #D95C18 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 92 | 24 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.15 |
| HSL | 21.14º | 0.8% | 0.47% | - |
| HSV(B) | 21.14º | 0.89% | 0.85% | - |
| XYZ | 32.61 | 22.47 | 3.48 | - |
| YUV | 121.62 | 72.91 | 196.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 92 | 24 | 0 | 0.58 | 0.89 | 0.15 | 21.14 | 0.8 | 0.47 |
| Hex | D9 | 5C | 18 | 0 | 3A | 59 | F | 15 | 50 | 2F |
| Octal | 331 | 134 | 30 | 0 | 72 | 131 | 17 | 25 | 120 | 57 |
| Binary | 11011001 | 1011100 | 11000 | 0 | 111010 | 1011001 | 1111 | 10101 | 1010000 | 101111 |
Color Harmonies of #D95C18
Complementary color
Monochromatic Colors of #D95C18
Black with #D95C18
Text Example
Text Example
White with #D95C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95C18; }
p { color: rgb(217,92,24); }
H1.HeaderClassName
{
color: #D95C18;
}
.AnyTagClassName
{
color: #D95C18;
}
</style>
background-color css
<style>
a { background-color: #D95C18; }
a { background-color: rgb(217,92,24); }
div.DivClassName
{
background-color: #D95C18;
}
.BgClassName
{
background-color: #D95C18;
}
</style>
border-color css
<style>
span { border-color: #D95C18; }
span { border-color: rgb(217,92,24); }
td.TdClassName
{
border-color: #D95C18;
}
.TagClassName
{
border-color: #D95C18;
}
</style>