Shades of Chocolate #D56517
Tints of Chocolate #D56517
RGB
CMYK
RGB Variations
Color information
#D56517 (or 0xD56517) is known color: Chocolate. HEX triplet: D5, 65 and 17. RGB value is (213,101,23). Sum of RGB (Red+Green+Blue) = 213+101+23=337 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.20% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 23 (9.38% from 255 or 6.82% from 337); Max value from RGB is 213 - color contains mainly: red. Hex color #D56517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56517 is #2A9AE8. Grayscale: #7E7E7E. Windows color (decimal): -2792169 or 1533397. OLE color: 1533397.
HSL color Cylindrical-coordinate representation of color #D56517: hue angle of 24.63º degrees, saturation: 0.81, 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 #D56517 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 101 | 23 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.16 |
| HSL | 24.63º | 0.81% | 0.46% | - |
| HSV(B) | 24.63º | 0.89% | 0.84% | - |
| XYZ | 32.25 | 23.52 | 3.65 | - |
| YUV | 125.6 | 70.11 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 101 | 23 | 0 | 0.53 | 0.89 | 0.16 | 24.63 | 0.81 | 0.46 |
| Hex | D5 | 65 | 17 | 0 | 35 | 59 | 10 | 19 | 51 | 2E |
| Octal | 325 | 145 | 27 | 0 | 65 | 131 | 20 | 31 | 121 | 56 |
| Binary | 11010101 | 1100101 | 10111 | 0 | 110101 | 1011001 | 10000 | 11001 | 1010001 | 101110 |
Color Harmonies of #D56517
Complementary color
Monochromatic Colors of #D56517
Black with #D56517
Text Example
Text Example
White with #D56517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56517; }
p { color: rgb(213,101,23); }
H1.HeaderClassName
{
color: #D56517;
}
.AnyTagClassName
{
color: #D56517;
}
</style>
background-color css
<style>
a { background-color: #D56517; }
a { background-color: rgb(213,101,23); }
div.DivClassName
{
background-color: #D56517;
}
.BgClassName
{
background-color: #D56517;
}
</style>
border-color css
<style>
span { border-color: #D56517; }
span { border-color: rgb(213,101,23); }
td.TdClassName
{
border-color: #D56517;
}
.TagClassName
{
border-color: #D56517;
}
</style>