Shades of Chocolate #D65A16
Tints of Chocolate #D65A16
RGB
CMYK
RGB Variations
Color information
#D65A16 (or 0xD65A16) is known color: Chocolate. HEX triplet: D6, 5A and 16. RGB value is (214,90,22). Sum of RGB (Red+Green+Blue) = 214+90+22=326 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.64% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 214 - color contains mainly: red. Hex color #D65A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65A16 is #29A5E9. Grayscale: #777777. Windows color (decimal): -2729450 or 1465046. OLE color: 1465046.
HSL color Cylindrical-coordinate representation of color #D65A16: hue angle of 21.25º 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 #D65A16 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 90 | 22 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.16 |
| HSL | 21.25º | 0.81% | 0.46% | - |
| HSV(B) | 21.25º | 0.9% | 0.84% | - |
| XYZ | 31.53 | 21.67 | 3.28 | - |
| YUV | 119.32 | 73.08 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 90 | 22 | 0 | 0.58 | 0.90 | 0.16 | 21.25 | 0.81 | 0.46 |
| Hex | D6 | 5A | 16 | 0 | 3A | 5A | 10 | 15 | 51 | 2E |
| Octal | 326 | 132 | 26 | 0 | 72 | 132 | 20 | 25 | 121 | 56 |
| Binary | 11010110 | 1011010 | 10110 | 0 | 111010 | 1011010 | 10000 | 10101 | 1010001 | 101110 |
Color Harmonies of #D65A16
Complementary color
Monochromatic Colors of #D65A16
Black with #D65A16
Text Example
Text Example
White with #D65A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65A16; }
p { color: rgb(214,90,22); }
H1.HeaderClassName
{
color: #D65A16;
}
.AnyTagClassName
{
color: #D65A16;
}
</style>
background-color css
<style>
a { background-color: #D65A16; }
a { background-color: rgb(214,90,22); }
div.DivClassName
{
background-color: #D65A16;
}
.BgClassName
{
background-color: #D65A16;
}
</style>
border-color css
<style>
span { border-color: #D65A16; }
span { border-color: rgb(214,90,22); }
td.TdClassName
{
border-color: #D65A16;
}
.TagClassName
{
border-color: #D65A16;
}
</style>