Shades of Whiskey #D59E6B
Tints of Whiskey #D59E6B
RGB
CMYK
RGB Variations
Color information
#D59E6B (or 0xD59E6B) is known color: Whiskey. HEX triplet: D5, 9E and 6B. RGB value is (213,158,107). Sum of RGB (Red+Green+Blue) = 213+158+107=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 158 (62.11% from 255 or 33.05% from 478); Blue value is 107 (42.19% from 255 or 22.38% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D59E6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59E6B is #2A6194. Grayscale: #A8A8A8. Windows color (decimal): -2777493 or 7053013. OLE color: 7053013.
HSL color Cylindrical-coordinate representation of color #D59E6B: hue angle of 28.87º 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 #D59E6B is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 158 | 107 | - |
| CMYK | 0 | 0.26 | 0.50 | 0.16 |
| HSL | 28.87º | 0.56% | 0.63% | - |
| HSV(B) | 28.87º | 0.5% | 0.84% | - |
| XYZ | 42.32 | 39.66 | 19.33 | - |
| YUV | 168.63 | 93.22 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 158 | 107 | 0 | 0.26 | 0.50 | 0.16 | 28.87 | 0.56 | 0.63 |
| Hex | D5 | 9E | 6B | 0 | 1A | 32 | 10 | 1D | 38 | 3F |
| Octal | 325 | 236 | 153 | 0 | 32 | 62 | 20 | 35 | 70 | 77 |
| Binary | 11010101 | 10011110 | 1101011 | 0 | 11010 | 110010 | 10000 | 11101 | 111000 | 111111 |
Color Harmonies of #D59E6B
Complementary color
Monochromatic Colors of #D59E6B
Black with #D59E6B
Text Example
Text Example
White with #D59E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59E6B; }
p { color: rgb(213,158,107); }
H1.HeaderClassName
{
color: #D59E6B;
}
.AnyTagClassName
{
color: #D59E6B;
}
</style>
background-color css
<style>
a { background-color: #D59E6B; }
a { background-color: rgb(213,158,107); }
div.DivClassName
{
background-color: #D59E6B;
}
.BgClassName
{
background-color: #D59E6B;
}
</style>
border-color css
<style>
span { border-color: #D59E6B; }
span { border-color: rgb(213,158,107); }
td.TdClassName
{
border-color: #D59E6B;
}
.TagClassName
{
border-color: #D59E6B;
}
</style>