Shades of Chocolate #D65616
Tints of Chocolate #D65616
RGB
CMYK
RGB Variations
Color information
#D65616 (or 0xD65616) is known color: Chocolate. HEX triplet: D6, 56 and 16. RGB value is (214,86,22). Sum of RGB (Red+Green+Blue) = 214+86+22=322 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.46% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 22 (8.98% from 255 or 6.83% from 322); Max value from RGB is 214 - color contains mainly: red. Hex color #D65616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65616 is #29A9E9. Grayscale: #757575. Windows color (decimal): -2730474 or 1464022. OLE color: 1464022.
HSL color Cylindrical-coordinate representation of color #D65616: hue angle of 20º 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 #D65616 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 22 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.16 |
| HSL | 20º | 0.81% | 0.46% | - |
| HSV(B) | 20º | 0.9% | 0.84% | - |
| XYZ | 31.2 | 21.01 | 3.17 | - |
| YUV | 116.98 | 74.41 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 22 | 0 | 0.60 | 0.90 | 0.16 | 20 | 0.81 | 0.46 |
| Hex | D6 | 56 | 16 | 0 | 3C | 5A | 10 | 14 | 51 | 2E |
| Octal | 326 | 126 | 26 | 0 | 74 | 132 | 20 | 24 | 121 | 56 |
| Binary | 11010110 | 1010110 | 10110 | 0 | 111100 | 1011010 | 10000 | 10100 | 1010001 | 101110 |
Color Harmonies of #D65616
Complementary color
Monochromatic Colors of #D65616
Black with #D65616
Text Example
Text Example
White with #D65616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65616; }
p { color: rgb(214,86,22); }
H1.HeaderClassName
{
color: #D65616;
}
.AnyTagClassName
{
color: #D65616;
}
</style>
background-color css
<style>
a { background-color: #D65616; }
a { background-color: rgb(214,86,22); }
div.DivClassName
{
background-color: #D65616;
}
.BgClassName
{
background-color: #D65616;
}
</style>
border-color css
<style>
span { border-color: #D65616; }
span { border-color: rgb(214,86,22); }
td.TdClassName
{
border-color: #D65616;
}
.TagClassName
{
border-color: #D65616;
}
</style>