Shades of Chocolate #D65618
Tints of Chocolate #D65618
RGB
CMYK
RGB Variations
Color information
#D65618 (or 0xD65618) is known color: Chocolate. HEX triplet: D6, 56 and 18. RGB value is (214,86,24). Sum of RGB (Red+Green+Blue) = 214+86+24=324 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.05% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 24 (9.77% from 255 or 7.41% from 324); Max value from RGB is 214 - color contains mainly: red. Hex color #D65618 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65618 is #29A9E7. Grayscale: #757575. Windows color (decimal): -2730472 or 1595094. OLE color: 1595094.
HSL color Cylindrical-coordinate representation of color #D65618: hue angle of 19.58º 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 #D65618 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 24 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.16 |
| HSL | 19.58º | 0.8% | 0.47% | - |
| HSV(B) | 19.58º | 0.89% | 0.84% | - |
| XYZ | 31.22 | 21.02 | 3.28 | - |
| YUV | 117.2 | 75.41 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 24 | 0 | 0.60 | 0.89 | 0.16 | 19.58 | 0.8 | 0.47 |
| Hex | D6 | 56 | 18 | 0 | 3C | 59 | 10 | 14 | 50 | 2F |
| Octal | 326 | 126 | 30 | 0 | 74 | 131 | 20 | 24 | 120 | 57 |
| Binary | 11010110 | 1010110 | 11000 | 0 | 111100 | 1011001 | 10000 | 10100 | 1010000 | 101111 |
Color Harmonies of #D65618
Complementary color
Monochromatic Colors of #D65618
Black with #D65618
Text Example
Text Example
White with #D65618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65618; }
p { color: rgb(214,86,24); }
H1.HeaderClassName
{
color: #D65618;
}
.AnyTagClassName
{
color: #D65618;
}
</style>
background-color css
<style>
a { background-color: #D65618; }
a { background-color: rgb(214,86,24); }
div.DivClassName
{
background-color: #D65618;
}
.BgClassName
{
background-color: #D65618;
}
</style>
border-color css
<style>
span { border-color: #D65618; }
span { border-color: rgb(214,86,24); }
td.TdClassName
{
border-color: #D65618;
}
.TagClassName
{
border-color: #D65618;
}
</style>