Shades of Chocolate #D57016
Tints of Chocolate #D57016
RGB
CMYK
RGB Variations
Color information
#D57016 (or 0xD57016) is known color: Chocolate. HEX triplet: D5, 70 and 16. RGB value is (213,112,22). Sum of RGB (Red+Green+Blue) = 213+112+22=347 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.38% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 213 - color contains mainly: red. Hex color #D57016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57016 is #2A8FE9. Grayscale: #848484. Windows color (decimal): -2789354 or 1470677. OLE color: 1470677.
HSL color Cylindrical-coordinate representation of color #D57016: hue angle of 28.27º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D57016 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 112 | 22 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.16 |
| HSL | 28.27º | 0.81% | 0.46% | - |
| HSV(B) | 28.27º | 0.9% | 0.84% | - |
| XYZ | 33.38 | 25.79 | 3.98 | - |
| YUV | 131.94 | 65.96 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 112 | 22 | 0 | 0.47 | 0.90 | 0.16 | 28.27 | 0.81 | 0.46 |
| Hex | D5 | 70 | 16 | 0 | 2F | 5A | 10 | 1C | 51 | 2E |
| Octal | 325 | 160 | 26 | 0 | 57 | 132 | 20 | 34 | 121 | 56 |
| Binary | 11010101 | 1110000 | 10110 | 0 | 101111 | 1011010 | 10000 | 11100 | 1010001 | 101110 |
Color Harmonies of #D57016
Complementary color
Monochromatic Colors of #D57016
Black with #D57016
Text Example
Text Example
White with #D57016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57016; }
p { color: rgb(213,112,22); }
H1.HeaderClassName
{
color: #D57016;
}
.AnyTagClassName
{
color: #D57016;
}
</style>
background-color css
<style>
a { background-color: #D57016; }
a { background-color: rgb(213,112,22); }
div.DivClassName
{
background-color: #D57016;
}
.BgClassName
{
background-color: #D57016;
}
</style>
border-color css
<style>
span { border-color: #D57016; }
span { border-color: rgb(213,112,22); }
td.TdClassName
{
border-color: #D57016;
}
.TagClassName
{
border-color: #D57016;
}
</style>