Shades of Chocolate #D57111
Tints of Chocolate #D57111
RGB
CMYK
RGB Variations
Color information
#D57111 (or 0xD57111) is known color: Chocolate. HEX triplet: D5, 71 and 11. RGB value is (213,113,17). Sum of RGB (Red+Green+Blue) = 213+113+17=343 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.10% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 17 (7.03% from 255 or 4.96% from 343); Max value from RGB is 213 - color contains mainly: red. Hex color #D57111 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57111 is #2A8EEE. Grayscale: #848484. Windows color (decimal): -2789103 or 1143253. OLE color: 1143253.
HSL color Cylindrical-coordinate representation of color #D57111: hue angle of 29.39º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D57111 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 113 | 17 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.16 |
| HSL | 29.39º | 0.85% | 0.45% | - |
| HSV(B) | 29.39º | 0.92% | 0.84% | - |
| XYZ | 33.45 | 26 | 3.79 | - |
| YUV | 131.96 | 63.13 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 113 | 17 | 0 | 0.47 | 0.92 | 0.16 | 29.39 | 0.85 | 0.45 |
| Hex | D5 | 71 | 11 | 0 | 2F | 5C | 10 | 1D | 55 | 2D |
| Octal | 325 | 161 | 21 | 0 | 57 | 134 | 20 | 35 | 125 | 55 |
| Binary | 11010101 | 1110001 | 10001 | 0 | 101111 | 1011100 | 10000 | 11101 | 1010101 | 101101 |
Color Harmonies of #D57111
Complementary color
Monochromatic Colors of #D57111
Black with #D57111
Text Example
Text Example
White with #D57111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57111; }
p { color: rgb(213,113,17); }
H1.HeaderClassName
{
color: #D57111;
}
.AnyTagClassName
{
color: #D57111;
}
</style>
background-color css
<style>
a { background-color: #D57111; }
a { background-color: rgb(213,113,17); }
div.DivClassName
{
background-color: #D57111;
}
.BgClassName
{
background-color: #D57111;
}
</style>
border-color css
<style>
span { border-color: #D57111; }
span { border-color: rgb(213,113,17); }
td.TdClassName
{
border-color: #D57111;
}
.TagClassName
{
border-color: #D57111;
}
</style>