Shades of Chocolate #D57415
Tints of Chocolate #D57415
RGB
CMYK
RGB Variations
Color information
#D57415 (or 0xD57415) is known color: Chocolate. HEX triplet: D5, 74 and 15. RGB value is (213,116,21). Sum of RGB (Red+Green+Blue) = 213+116+21=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 21 (8.59% from 255 or 6% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D57415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57415 is #2A8BEA. Grayscale: #868686. Windows color (decimal): -2788331 or 1406165. OLE color: 1406165.
HSL color Cylindrical-coordinate representation of color #D57415: hue angle of 29.69º 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 #D57415 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 116 | 21 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.16 |
| HSL | 29.69º | 0.82% | 0.46% | - |
| HSV(B) | 29.69º | 0.9% | 0.84% | - |
| XYZ | 33.82 | 26.69 | 4.08 | - |
| YUV | 134.17 | 64.14 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 116 | 21 | 0 | 0.46 | 0.90 | 0.16 | 29.69 | 0.82 | 0.46 |
| Hex | D5 | 74 | 15 | 0 | 2E | 5A | 10 | 1E | 52 | 2E |
| Octal | 325 | 164 | 25 | 0 | 56 | 132 | 20 | 36 | 122 | 56 |
| Binary | 11010101 | 1110100 | 10101 | 0 | 101110 | 1011010 | 10000 | 11110 | 1010010 | 101110 |
Color Harmonies of #D57415
Complementary color
Monochromatic Colors of #D57415
Black with #D57415
Text Example
Text Example
White with #D57415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57415; }
p { color: rgb(213,116,21); }
H1.HeaderClassName
{
color: #D57415;
}
.AnyTagClassName
{
color: #D57415;
}
</style>
background-color css
<style>
a { background-color: #D57415; }
a { background-color: rgb(213,116,21); }
div.DivClassName
{
background-color: #D57415;
}
.BgClassName
{
background-color: #D57415;
}
</style>
border-color css
<style>
span { border-color: #D57415; }
span { border-color: rgb(213,116,21); }
td.TdClassName
{
border-color: #D57415;
}
.TagClassName
{
border-color: #D57415;
}
</style>