Shades of Chocolate #D56417
Tints of Chocolate #D56417
RGB
CMYK
RGB Variations
Color information
#D56417 (or 0xD56417) is known color: Chocolate. HEX triplet: D5, 64 and 17. RGB value is (213,100,23). Sum of RGB (Red+Green+Blue) = 213+100+23=336 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.39% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 23 (9.38% from 255 or 6.85% from 336); Max value from RGB is 213 - color contains mainly: red. Hex color #D56417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56417 is #2A9BE8. Grayscale: #7D7D7D. Windows color (decimal): -2792425 or 1533141. OLE color: 1533141.
HSL color Cylindrical-coordinate representation of color #D56417: hue angle of 24.32º 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 #D56417 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 100 | 23 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.16 |
| HSL | 24.32º | 0.81% | 0.46% | - |
| HSV(B) | 24.32º | 0.89% | 0.84% | - |
| XYZ | 32.15 | 23.32 | 3.62 | - |
| YUV | 125.01 | 70.44 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 100 | 23 | 0 | 0.53 | 0.89 | 0.16 | 24.32 | 0.81 | 0.46 |
| Hex | D5 | 64 | 17 | 0 | 35 | 59 | 10 | 18 | 51 | 2E |
| Octal | 325 | 144 | 27 | 0 | 65 | 131 | 20 | 30 | 121 | 56 |
| Binary | 11010101 | 1100100 | 10111 | 0 | 110101 | 1011001 | 10000 | 11000 | 1010001 | 101110 |
Color Harmonies of #D56417
Complementary color
Monochromatic Colors of #D56417
Black with #D56417
Text Example
Text Example
White with #D56417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56417; }
p { color: rgb(213,100,23); }
H1.HeaderClassName
{
color: #D56417;
}
.AnyTagClassName
{
color: #D56417;
}
</style>
background-color css
<style>
a { background-color: #D56417; }
a { background-color: rgb(213,100,23); }
div.DivClassName
{
background-color: #D56417;
}
.BgClassName
{
background-color: #D56417;
}
</style>
border-color css
<style>
span { border-color: #D56417; }
span { border-color: rgb(213,100,23); }
td.TdClassName
{
border-color: #D56417;
}
.TagClassName
{
border-color: #D56417;
}
</style>