Shades of Whiskey #D59D6A
Tints of Whiskey #D59D6A
RGB
CMYK
RGB Variations
Color information
#D59D6A (or 0xD59D6A) is known color: Whiskey. HEX triplet: D5, 9D and 6A. RGB value is (213,157,106). Sum of RGB (Red+Green+Blue) = 213+157+106=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 106 (41.80% from 255 or 22.27% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59D6A is #2A6295. Grayscale: #A8A8A8. Windows color (decimal): -2777750 or 6987221. OLE color: 6987221.
HSL color Cylindrical-coordinate representation of color #D59D6A: hue angle of 28.6º 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 #D59D6A is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 157 | 106 | - |
| CMYK | 0 | 0.26 | 0.50 | 0.16 |
| HSL | 28.6º | 0.56% | 0.63% | - |
| HSV(B) | 28.6º | 0.5% | 0.84% | - |
| XYZ | 42.1 | 39.3 | 19 | - |
| YUV | 167.93 | 93.05 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 157 | 106 | 0 | 0.26 | 0.50 | 0.16 | 28.6 | 0.56 | 0.63 |
| Hex | D5 | 9D | 6A | 0 | 1A | 32 | 10 | 1D | 38 | 3F |
| Octal | 325 | 235 | 152 | 0 | 32 | 62 | 20 | 35 | 70 | 77 |
| Binary | 11010101 | 10011101 | 1101010 | 0 | 11010 | 110010 | 10000 | 11101 | 111000 | 111111 |
Color Harmonies of #D59D6A
Complementary color
Monochromatic Colors of #D59D6A
Black with #D59D6A
Text Example
Text Example
White with #D59D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59D6A; }
p { color: rgb(213,157,106); }
H1.HeaderClassName
{
color: #D59D6A;
}
.AnyTagClassName
{
color: #D59D6A;
}
</style>
background-color css
<style>
a { background-color: #D59D6A; }
a { background-color: rgb(213,157,106); }
div.DivClassName
{
background-color: #D59D6A;
}
.BgClassName
{
background-color: #D59D6A;
}
</style>
border-color css
<style>
span { border-color: #D59D6A; }
span { border-color: rgb(213,157,106); }
td.TdClassName
{
border-color: #D59D6A;
}
.TagClassName
{
border-color: #D59D6A;
}
</style>