Shades of Chocolate #D95A11
Tints of Chocolate #D95A11
RGB
CMYK
RGB Variations
Color information
#D95A11 (or 0xD95A11) is known color: Chocolate. HEX triplet: D9, 5A and 11. RGB value is (217,90,17). Sum of RGB (Red+Green+Blue) = 217+90+17=324 (42% of max value = 765). Red value is 217 (85.16% from 255 or 66.98% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 217 - color contains mainly: red. Hex color #D95A11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95A11 is #26A5EE. Grayscale: #787878. Windows color (decimal): -2532847 or 1137369. OLE color: 1137369.
HSL color Cylindrical-coordinate representation of color #D95A11: hue angle of 21.9º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D95A11 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 90 | 17 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.15 |
| HSL | 21.9º | 0.85% | 0.46% | - |
| HSV(B) | 21.9º | 0.92% | 0.85% | - |
| XYZ | 32.37 | 22.1 | 3.09 | - |
| YUV | 119.65 | 70.08 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 90 | 17 | 0 | 0.59 | 0.92 | 0.15 | 21.9 | 0.85 | 0.46 |
| Hex | D9 | 5A | 11 | 0 | 3B | 5C | F | 16 | 55 | 2E |
| Octal | 331 | 132 | 21 | 0 | 73 | 134 | 17 | 26 | 125 | 56 |
| Binary | 11011001 | 1011010 | 10001 | 0 | 111011 | 1011100 | 1111 | 10110 | 1010101 | 101110 |
Color Harmonies of #D95A11
Complementary color
Monochromatic Colors of #D95A11
Black with #D95A11
Text Example
Text Example
White with #D95A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95A11; }
p { color: rgb(217,90,17); }
H1.HeaderClassName
{
color: #D95A11;
}
.AnyTagClassName
{
color: #D95A11;
}
</style>
background-color css
<style>
a { background-color: #D95A11; }
a { background-color: rgb(217,90,17); }
div.DivClassName
{
background-color: #D95A11;
}
.BgClassName
{
background-color: #D95A11;
}
</style>
border-color css
<style>
span { border-color: #D95A11; }
span { border-color: rgb(217,90,17); }
td.TdClassName
{
border-color: #D95A11;
}
.TagClassName
{
border-color: #D95A11;
}
</style>