Shades of Chocolate #D95D14
Tints of Chocolate #D95D14
RGB
CMYK
RGB Variations
Color information
#D95D14 (or 0xD95D14) is known color: Chocolate. HEX triplet: D9, 5D and 14. RGB value is (217,93,20). Sum of RGB (Red+Green+Blue) = 217+93+20=330 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.76% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 20 (8.20% from 255 or 6.06% from 330); Max value from RGB is 217 - color contains mainly: red. Hex color #D95D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95D14 is #26A2EB. Grayscale: #7A7A7A. Windows color (decimal): -2532076 or 1334745. OLE color: 1334745.
HSL color Cylindrical-coordinate representation of color #D95D14: hue angle of 22.23º 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 #D95D14 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 93 | 20 | - |
| CMYK | 0 | 0.57 | 0.91 | 0.15 |
| HSL | 22.23º | 0.83% | 0.46% | - |
| HSV(B) | 22.23º | 0.91% | 0.85% | - |
| XYZ | 32.66 | 22.63 | 3.31 | - |
| YUV | 121.75 | 70.58 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 93 | 20 | 0 | 0.57 | 0.91 | 0.15 | 22.23 | 0.83 | 0.46 |
| Hex | D9 | 5D | 14 | 0 | 39 | 5B | F | 16 | 53 | 2E |
| Octal | 331 | 135 | 24 | 0 | 71 | 133 | 17 | 26 | 123 | 56 |
| Binary | 11011001 | 1011101 | 10100 | 0 | 111001 | 1011011 | 1111 | 10110 | 1010011 | 101110 |
Color Harmonies of #D95D14
Complementary color
Monochromatic Colors of #D95D14
Black with #D95D14
Text Example
Text Example
White with #D95D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95D14; }
p { color: rgb(217,93,20); }
H1.HeaderClassName
{
color: #D95D14;
}
.AnyTagClassName
{
color: #D95D14;
}
</style>
background-color css
<style>
a { background-color: #D95D14; }
a { background-color: rgb(217,93,20); }
div.DivClassName
{
background-color: #D95D14;
}
.BgClassName
{
background-color: #D95D14;
}
</style>
border-color css
<style>
span { border-color: #D95D14; }
span { border-color: rgb(217,93,20); }
td.TdClassName
{
border-color: #D95D14;
}
.TagClassName
{
border-color: #D95D14;
}
</style>