Shades of Chocolate #D56716
Tints of Chocolate #D56716
RGB
CMYK
RGB Variations
Color information
#D56716 (or 0xD56716) is known color: Chocolate. HEX triplet: D5, 67 and 16. RGB value is (213,103,22). Sum of RGB (Red+Green+Blue) = 213+103+22=338 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.02% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 22 (8.98% from 255 or 6.51% from 338); Max value from RGB is 213 - color contains mainly: red. Hex color #D56716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56716 is #2A98E9. Grayscale: #7F7F7F. Windows color (decimal): -2791658 or 1468373. OLE color: 1468373.
HSL color Cylindrical-coordinate representation of color #D56716: hue angle of 25.45º 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 #D56716 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 103 | 22 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.16 |
| HSL | 25.45º | 0.81% | 0.46% | - |
| HSV(B) | 25.45º | 0.9% | 0.84% | - |
| XYZ | 32.44 | 23.9 | 3.66 | - |
| YUV | 126.66 | 68.94 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 103 | 22 | 0 | 0.52 | 0.90 | 0.16 | 25.45 | 0.81 | 0.46 |
| Hex | D5 | 67 | 16 | 0 | 34 | 5A | 10 | 19 | 51 | 2E |
| Octal | 325 | 147 | 26 | 0 | 64 | 132 | 20 | 31 | 121 | 56 |
| Binary | 11010101 | 1100111 | 10110 | 0 | 110100 | 1011010 | 10000 | 11001 | 1010001 | 101110 |
Color Harmonies of #D56716
Complementary color
Monochromatic Colors of #D56716
Black with #D56716
Text Example
Text Example
White with #D56716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56716; }
p { color: rgb(213,103,22); }
H1.HeaderClassName
{
color: #D56716;
}
.AnyTagClassName
{
color: #D56716;
}
</style>
background-color css
<style>
a { background-color: #D56716; }
a { background-color: rgb(213,103,22); }
div.DivClassName
{
background-color: #D56716;
}
.BgClassName
{
background-color: #D56716;
}
</style>
border-color css
<style>
span { border-color: #D56716; }
span { border-color: rgb(213,103,22); }
td.TdClassName
{
border-color: #D56716;
}
.TagClassName
{
border-color: #D56716;
}
</style>