Shades of Whiskey #D59E6A
Tints of Whiskey #D59E6A
RGB
CMYK
RGB Variations
Color information
#D59E6A (or 0xD59E6A) is known color: Whiskey. HEX triplet: D5, 9E and 6A. RGB value is (213,158,106). Sum of RGB (Red+Green+Blue) = 213+158+106=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 158 (62.11% from 255 or 33.12% from 477); Blue value is 106 (41.80% from 255 or 22.22% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D59E6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59E6A is #2A6195. Grayscale: #A8A8A8. Windows color (decimal): -2777494 or 6987477. OLE color: 6987477.
HSL color Cylindrical-coordinate representation of color #D59E6A: hue angle of 29.16º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D59E6A is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 158 | 106 | - |
| CMYK | 0 | 0.26 | 0.50 | 0.16 |
| HSL | 29.16º | 0.56% | 0.63% | - |
| HSV(B) | 29.16º | 0.5% | 0.84% | - |
| XYZ | 42.27 | 39.64 | 19.06 | - |
| YUV | 168.52 | 92.72 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 158 | 106 | 0 | 0.26 | 0.50 | 0.16 | 29.16 | 0.56 | 0.63 |
| Hex | D5 | 9E | 6A | 0 | 1A | 32 | 10 | 1D | 38 | 3F |
| Octal | 325 | 236 | 152 | 0 | 32 | 62 | 20 | 35 | 70 | 77 |
| Binary | 11010101 | 10011110 | 1101010 | 0 | 11010 | 110010 | 10000 | 11101 | 111000 | 111111 |
Color Harmonies of #D59E6A
Complementary color
Monochromatic Colors of #D59E6A
Black with #D59E6A
Text Example
Text Example
White with #D59E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59E6A; }
p { color: rgb(213,158,106); }
H1.HeaderClassName
{
color: #D59E6A;
}
.AnyTagClassName
{
color: #D59E6A;
}
</style>
background-color css
<style>
a { background-color: #D59E6A; }
a { background-color: rgb(213,158,106); }
div.DivClassName
{
background-color: #D59E6A;
}
.BgClassName
{
background-color: #D59E6A;
}
</style>
border-color css
<style>
span { border-color: #D59E6A; }
span { border-color: rgb(213,158,106); }
td.TdClassName
{
border-color: #D59E6A;
}
.TagClassName
{
border-color: #D59E6A;
}
</style>