Shades of Chocolate #D57015
Tints of Chocolate #D57015
RGB
CMYK
RGB Variations
Color information
#D57015 (or 0xD57015) is known color: Chocolate. HEX triplet: D5, 70 and 15. RGB value is (213,112,21). Sum of RGB (Red+Green+Blue) = 213+112+21=346 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.56% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 21 (8.59% from 255 or 6.07% from 346); Max value from RGB is 213 - color contains mainly: red. Hex color #D57015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57015 is #2A8FEA. Grayscale: #848484. Windows color (decimal): -2789355 or 1405141. OLE color: 1405141.
HSL color Cylindrical-coordinate representation of color #D57015: hue angle of 28.44º degrees, saturation: 0.82, 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 #D57015 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 112 | 21 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.16 |
| HSL | 28.44º | 0.82% | 0.46% | - |
| HSV(B) | 28.44º | 0.9% | 0.84% | - |
| XYZ | 33.37 | 25.79 | 3.93 | - |
| YUV | 131.83 | 65.46 | 185.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 112 | 21 | 0 | 0.47 | 0.90 | 0.16 | 28.44 | 0.82 | 0.46 |
| Hex | D5 | 70 | 15 | 0 | 2F | 5A | 10 | 1C | 52 | 2E |
| Octal | 325 | 160 | 25 | 0 | 57 | 132 | 20 | 34 | 122 | 56 |
| Binary | 11010101 | 1110000 | 10101 | 0 | 101111 | 1011010 | 10000 | 11100 | 1010010 | 101110 |
Color Harmonies of #D57015
Complementary color
Monochromatic Colors of #D57015
Black with #D57015
Text Example
Text Example
White with #D57015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57015; }
p { color: rgb(213,112,21); }
H1.HeaderClassName
{
color: #D57015;
}
.AnyTagClassName
{
color: #D57015;
}
</style>
background-color css
<style>
a { background-color: #D57015; }
a { background-color: rgb(213,112,21); }
div.DivClassName
{
background-color: #D57015;
}
.BgClassName
{
background-color: #D57015;
}
</style>
border-color css
<style>
span { border-color: #D57015; }
span { border-color: rgb(213,112,21); }
td.TdClassName
{
border-color: #D57015;
}
.TagClassName
{
border-color: #D57015;
}
</style>