Shades of Chocolate #D56118
Tints of Chocolate #D56118
RGB
CMYK
RGB Variations
Color information
#D56118 (or 0xD56118) is known color: Chocolate. HEX triplet: D5, 61 and 18. RGB value is (213,97,24). Sum of RGB (Red+Green+Blue) = 213+97+24=334 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.77% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 24 (9.77% from 255 or 7.19% from 334); Max value from RGB is 213 - color contains mainly: red. Hex color #D56118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56118 is #2A9EE7. Grayscale: #7B7B7B. Windows color (decimal): -2793192 or 1597909. OLE color: 1597909.
HSL color Cylindrical-coordinate representation of color #D56118: hue angle of 23.17º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D56118 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 97 | 24 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.16 |
| HSL | 23.17º | 0.8% | 0.46% | - |
| HSV(B) | 23.17º | 0.89% | 0.84% | - |
| XYZ | 31.88 | 22.76 | 3.58 | - |
| YUV | 123.36 | 71.93 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 97 | 24 | 0 | 0.54 | 0.89 | 0.16 | 23.17 | 0.8 | 0.46 |
| Hex | D5 | 61 | 18 | 0 | 36 | 59 | 10 | 17 | 50 | 2E |
| Octal | 325 | 141 | 30 | 0 | 66 | 131 | 20 | 27 | 120 | 56 |
| Binary | 11010101 | 1100001 | 11000 | 0 | 110110 | 1011001 | 10000 | 10111 | 1010000 | 101110 |
Color Harmonies of #D56118
Complementary color
Monochromatic Colors of #D56118
Black with #D56118
Text Example
Text Example
White with #D56118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56118; }
p { color: rgb(213,97,24); }
H1.HeaderClassName
{
color: #D56118;
}
.AnyTagClassName
{
color: #D56118;
}
</style>
background-color css
<style>
a { background-color: #D56118; }
a { background-color: rgb(213,97,24); }
div.DivClassName
{
background-color: #D56118;
}
.BgClassName
{
background-color: #D56118;
}
</style>
border-color css
<style>
span { border-color: #D56118; }
span { border-color: rgb(213,97,24); }
td.TdClassName
{
border-color: #D56118;
}
.TagClassName
{
border-color: #D56118;
}
</style>