Shades of Chocolate #D65518
Tints of Chocolate #D65518
RGB
CMYK
RGB Variations
Color information
#D65518 (or 0xD65518) is known color: Chocolate. HEX triplet: D6, 55 and 18. RGB value is (214,85,24). Sum of RGB (Red+Green+Blue) = 214+85+24=323 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.25% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 24 (9.77% from 255 or 7.43% from 323); Max value from RGB is 214 - color contains mainly: red. Hex color #D65518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65518 is #29AAE7. Grayscale: #747474. Windows color (decimal): -2730728 or 1594838. OLE color: 1594838.
HSL color Cylindrical-coordinate representation of color #D65518: hue angle of 19.26º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D65518 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 24 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.16 |
| HSL | 19.26º | 0.8% | 0.47% | - |
| HSV(B) | 19.26º | 0.89% | 0.84% | - |
| XYZ | 31.14 | 20.86 | 3.25 | - |
| YUV | 116.62 | 75.74 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 24 | 0 | 0.60 | 0.89 | 0.16 | 19.26 | 0.8 | 0.47 |
| Hex | D6 | 55 | 18 | 0 | 3C | 59 | 10 | 13 | 50 | 2F |
| Octal | 326 | 125 | 30 | 0 | 74 | 131 | 20 | 23 | 120 | 57 |
| Binary | 11010110 | 1010101 | 11000 | 0 | 111100 | 1011001 | 10000 | 10011 | 1010000 | 101111 |
Color Harmonies of #D65518
Complementary color
Monochromatic Colors of #D65518
Black with #D65518
Text Example
Text Example
White with #D65518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65518; }
p { color: rgb(214,85,24); }
H1.HeaderClassName
{
color: #D65518;
}
.AnyTagClassName
{
color: #D65518;
}
</style>
background-color css
<style>
a { background-color: #D65518; }
a { background-color: rgb(214,85,24); }
div.DivClassName
{
background-color: #D65518;
}
.BgClassName
{
background-color: #D65518;
}
</style>
border-color css
<style>
span { border-color: #D65518; }
span { border-color: rgb(214,85,24); }
td.TdClassName
{
border-color: #D65518;
}
.TagClassName
{
border-color: #D65518;
}
</style>