Shades of Chocolate #D56818
Tints of Chocolate #D56818
RGB
CMYK
RGB Variations
Color information
#D56818 (or 0xD56818) is known color: Chocolate. HEX triplet: D5, 68 and 18. RGB value is (213,104,24). Sum of RGB (Red+Green+Blue) = 213+104+24=341 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.46% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 24 (9.77% from 255 or 7.04% from 341); Max value from RGB is 213 - color contains mainly: red. Hex color #D56818 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56818 is #2A97E7. Grayscale: #7F7F7F. Windows color (decimal): -2791400 or 1599701. OLE color: 1599701.
HSL color Cylindrical-coordinate representation of color #D56818: hue angle of 25.4º 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 #D56818 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 104 | 24 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.16 |
| HSL | 25.4º | 0.8% | 0.46% | - |
| HSV(B) | 25.4º | 0.89% | 0.84% | - |
| XYZ | 32.56 | 24.11 | 3.8 | - |
| YUV | 127.47 | 69.61 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 104 | 24 | 0 | 0.51 | 0.89 | 0.16 | 25.4 | 0.8 | 0.46 |
| Hex | D5 | 68 | 18 | 0 | 33 | 59 | 10 | 19 | 50 | 2E |
| Octal | 325 | 150 | 30 | 0 | 63 | 131 | 20 | 31 | 120 | 56 |
| Binary | 11010101 | 1101000 | 11000 | 0 | 110011 | 1011001 | 10000 | 11001 | 1010000 | 101110 |
Color Harmonies of #D56818
Complementary color
Monochromatic Colors of #D56818
Black with #D56818
Text Example
Text Example
White with #D56818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56818; }
p { color: rgb(213,104,24); }
H1.HeaderClassName
{
color: #D56818;
}
.AnyTagClassName
{
color: #D56818;
}
</style>
background-color css
<style>
a { background-color: #D56818; }
a { background-color: rgb(213,104,24); }
div.DivClassName
{
background-color: #D56818;
}
.BgClassName
{
background-color: #D56818;
}
</style>
border-color css
<style>
span { border-color: #D56818; }
span { border-color: rgb(213,104,24); }
td.TdClassName
{
border-color: #D56818;
}
.TagClassName
{
border-color: #D56818;
}
</style>