Shades of Whiskey Sour #D59460
Tints of Whiskey Sour #D59460
RGB
CMYK
RGB Variations
Color information
#D59460 (or 0xD59460) is known color: Whiskey Sour. HEX triplet: D5, 94 and 60. RGB value is (213,148,96). Sum of RGB (Red+Green+Blue) = 213+148+96=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 96 (37.89% from 255 or 21.01% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D59460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59460 is #2A6B9F. Grayscale: #A1A1A1. Windows color (decimal): -2780064 or 6329557. OLE color: 6329557.
HSL color Cylindrical-coordinate representation of color #D59460: hue angle of 26.67º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D59460 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 148 | 96 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.16 |
| HSL | 26.67º | 0.58% | 0.61% | - |
| HSV(B) | 26.67º | 0.55% | 0.84% | - |
| XYZ | 40.14 | 36.17 | 15.93 | - |
| YUV | 161.51 | 91.03 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 148 | 96 | 0 | 0.31 | 0.55 | 0.16 | 26.67 | 0.58 | 0.61 |
| Hex | D5 | 94 | 60 | 0 | 1F | 37 | 10 | 1B | 3A | 3D |
| Octal | 325 | 224 | 140 | 0 | 37 | 67 | 20 | 33 | 72 | 75 |
| Binary | 11010101 | 10010100 | 1100000 | 0 | 11111 | 110111 | 10000 | 11011 | 111010 | 111101 |
Color Harmonies of #D59460
Complementary color
Monochromatic Colors of #D59460
Black with #D59460
Text Example
Text Example
White with #D59460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59460; }
p { color: rgb(213,148,96); }
H1.HeaderClassName
{
color: #D59460;
}
.AnyTagClassName
{
color: #D59460;
}
</style>
background-color css
<style>
a { background-color: #D59460; }
a { background-color: rgb(213,148,96); }
div.DivClassName
{
background-color: #D59460;
}
.BgClassName
{
background-color: #D59460;
}
</style>
border-color css
<style>
span { border-color: #D59460; }
span { border-color: rgb(213,148,96); }
td.TdClassName
{
border-color: #D59460;
}
.TagClassName
{
border-color: #D59460;
}
</style>