Shades of Chocolate #D57118
Tints of Chocolate #D57118
RGB
CMYK
RGB Variations
Color information
#D57118 (or 0xD57118) is known color: Chocolate. HEX triplet: D5, 71 and 18. RGB value is (213,113,24). Sum of RGB (Red+Green+Blue) = 213+113+24=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 24 (9.77% from 255 or 6.86% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D57118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57118 is #2A8EE7. Grayscale: #858585. Windows color (decimal): -2789096 or 1602005. OLE color: 1602005.
HSL color Cylindrical-coordinate representation of color #D57118: hue angle of 28.25º 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 #D57118 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 113 | 24 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.16 |
| HSL | 28.25º | 0.8% | 0.46% | - |
| HSV(B) | 28.25º | 0.89% | 0.84% | - |
| XYZ | 33.51 | 26.02 | 4.12 | - |
| YUV | 132.75 | 66.63 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 113 | 24 | 0 | 0.47 | 0.89 | 0.16 | 28.25 | 0.8 | 0.46 |
| Hex | D5 | 71 | 18 | 0 | 2F | 59 | 10 | 1C | 50 | 2E |
| Octal | 325 | 161 | 30 | 0 | 57 | 131 | 20 | 34 | 120 | 56 |
| Binary | 11010101 | 1110001 | 11000 | 0 | 101111 | 1011001 | 10000 | 11100 | 1010000 | 101110 |
Color Harmonies of #D57118
Complementary color
Monochromatic Colors of #D57118
Black with #D57118
Text Example
Text Example
White with #D57118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57118; }
p { color: rgb(213,113,24); }
H1.HeaderClassName
{
color: #D57118;
}
.AnyTagClassName
{
color: #D57118;
}
</style>
background-color css
<style>
a { background-color: #D57118; }
a { background-color: rgb(213,113,24); }
div.DivClassName
{
background-color: #D57118;
}
.BgClassName
{
background-color: #D57118;
}
</style>
border-color css
<style>
span { border-color: #D57118; }
span { border-color: rgb(213,113,24); }
td.TdClassName
{
border-color: #D57118;
}
.TagClassName
{
border-color: #D57118;
}
</style>