Shades of Whiskey #D59E6E
Tints of Whiskey #D59E6E
RGB
CMYK
RGB Variations
Color information
#D59E6E (or 0xD59E6E) is known color: Whiskey. HEX triplet: D5, 9E and 6E. RGB value is (213,158,110). Sum of RGB (Red+Green+Blue) = 213+158+110=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 158 (62.11% from 255 or 32.85% from 481); Blue value is 110 (43.36% from 255 or 22.87% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D59E6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59E6E is #2A6191. Grayscale: #A9A9A9. Windows color (decimal): -2777490 or 7249621. OLE color: 7249621.
HSL color Cylindrical-coordinate representation of color #D59E6E: hue angle of 27.96º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D59E6E is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 158 | 110 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.16 |
| HSL | 27.96º | 0.55% | 0.63% | - |
| HSV(B) | 27.96º | 0.48% | 0.84% | - |
| XYZ | 42.48 | 39.73 | 20.18 | - |
| YUV | 168.97 | 94.72 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 158 | 110 | 0 | 0.26 | 0.48 | 0.16 | 27.96 | 0.55 | 0.63 |
| Hex | D5 | 9E | 6E | 0 | 1A | 30 | 10 | 1C | 37 | 3F |
| Octal | 325 | 236 | 156 | 0 | 32 | 60 | 20 | 34 | 67 | 77 |
| Binary | 11010101 | 10011110 | 1101110 | 0 | 11010 | 110000 | 10000 | 11100 | 110111 | 111111 |
Color Harmonies of #D59E6E
Complementary color
Monochromatic Colors of #D59E6E
Black with #D59E6E
Text Example
Text Example
White with #D59E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59E6E; }
p { color: rgb(213,158,110); }
H1.HeaderClassName
{
color: #D59E6E;
}
.AnyTagClassName
{
color: #D59E6E;
}
</style>
background-color css
<style>
a { background-color: #D59E6E; }
a { background-color: rgb(213,158,110); }
div.DivClassName
{
background-color: #D59E6E;
}
.BgClassName
{
background-color: #D59E6E;
}
</style>
border-color css
<style>
span { border-color: #D59E6E; }
span { border-color: rgb(213,158,110); }
td.TdClassName
{
border-color: #D59E6E;
}
.TagClassName
{
border-color: #D59E6E;
}
</style>