Shades of Chocolate #D65F16
Tints of Chocolate #D65F16
RGB
CMYK
RGB Variations
Color information
#D65F16 (or 0xD65F16) is known color: Chocolate. HEX triplet: D6, 5F and 16. RGB value is (214,95,22). Sum of RGB (Red+Green+Blue) = 214+95+22=331 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.65% from 331); Green value is 95 (37.5% from 255 or 28.70% from 331); Blue value is 22 (8.98% from 255 or 6.65% from 331); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65F16 is #29A0E9. Grayscale: #7A7A7A. Windows color (decimal): -2728170 or 1466326. OLE color: 1466326.
HSL color Cylindrical-coordinate representation of color #D65F16: hue angle of 22.81º 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 #D65F16 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 95 | 22 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.16 |
| HSL | 22.81º | 0.81% | 0.46% | - |
| HSV(B) | 22.81º | 0.9% | 0.84% | - |
| XYZ | 31.97 | 22.54 | 3.42 | - |
| YUV | 122.26 | 71.42 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 95 | 22 | 0 | 0.56 | 0.90 | 0.16 | 22.81 | 0.81 | 0.46 |
| Hex | D6 | 5F | 16 | 0 | 38 | 5A | 10 | 17 | 51 | 2E |
| Octal | 326 | 137 | 26 | 0 | 70 | 132 | 20 | 27 | 121 | 56 |
| Binary | 11010110 | 1011111 | 10110 | 0 | 111000 | 1011010 | 10000 | 10111 | 1010001 | 101110 |
Color Harmonies of #D65F16
Complementary color
Monochromatic Colors of #D65F16
Black with #D65F16
Text Example
Text Example
White with #D65F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65F16; }
p { color: rgb(214,95,22); }
H1.HeaderClassName
{
color: #D65F16;
}
.AnyTagClassName
{
color: #D65F16;
}
</style>
background-color css
<style>
a { background-color: #D65F16; }
a { background-color: rgb(214,95,22); }
div.DivClassName
{
background-color: #D65F16;
}
.BgClassName
{
background-color: #D65F16;
}
</style>
border-color css
<style>
span { border-color: #D65F16; }
span { border-color: rgb(214,95,22); }
td.TdClassName
{
border-color: #D65F16;
}
.TagClassName
{
border-color: #D65F16;
}
</style>