Shades of Chocolate #D95614
Tints of Chocolate #D95614
RGB
CMYK
RGB Variations
Color information
#D95614 (or 0xD95614) is known color: Chocolate. HEX triplet: D9, 56 and 14. RGB value is (217,86,20). Sum of RGB (Red+Green+Blue) = 217+86+20=323 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.18% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 20 (8.20% from 255 or 6.19% from 323); Max value from RGB is 217 - color contains mainly: red. Hex color #D95614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95614 is #26A9EB. Grayscale: #767676. Windows color (decimal): -2533868 or 1332953. OLE color: 1332953.
HSL color Cylindrical-coordinate representation of color #D95614: hue angle of 20.1º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D95614 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 86 | 20 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.15 |
| HSL | 20.1º | 0.83% | 0.46% | - |
| HSV(B) | 20.1º | 0.91% | 0.85% | - |
| XYZ | 32.07 | 21.46 | 3.11 | - |
| YUV | 117.65 | 72.9 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 86 | 20 | 0 | 0.60 | 0.91 | 0.15 | 20.1 | 0.83 | 0.46 |
| Hex | D9 | 56 | 14 | 0 | 3C | 5B | F | 14 | 53 | 2E |
| Octal | 331 | 126 | 24 | 0 | 74 | 133 | 17 | 24 | 123 | 56 |
| Binary | 11011001 | 1010110 | 10100 | 0 | 111100 | 1011011 | 1111 | 10100 | 1010011 | 101110 |
Color Harmonies of #D95614
Complementary color
Monochromatic Colors of #D95614
Black with #D95614
Text Example
Text Example
White with #D95614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95614; }
p { color: rgb(217,86,20); }
H1.HeaderClassName
{
color: #D95614;
}
.AnyTagClassName
{
color: #D95614;
}
</style>
background-color css
<style>
a { background-color: #D95614; }
a { background-color: rgb(217,86,20); }
div.DivClassName
{
background-color: #D95614;
}
.BgClassName
{
background-color: #D95614;
}
</style>
border-color css
<style>
span { border-color: #D95614; }
span { border-color: rgb(217,86,20); }
td.TdClassName
{
border-color: #D95614;
}
.TagClassName
{
border-color: #D95614;
}
</style>