Shades of Whiskey Sour #D59259
Tints of Whiskey Sour #D59259
RGB
CMYK
RGB Variations
Color information
#D59259 (or 0xD59259) is known color: Whiskey Sour. HEX triplet: D5, 92 and 59. RGB value is (213,146,89). Sum of RGB (Red+Green+Blue) = 213+146+89=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 146 (57.42% from 255 or 32.59% from 448); Blue value is 89 (35.16% from 255 or 19.87% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D59259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59259 is #2A6DA6. Grayscale: #9F9F9F. Windows color (decimal): -2780583 or 5870293. OLE color: 5870293.
HSL color Cylindrical-coordinate representation of color #D59259: hue angle of 27.58º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D59259 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 146 | 89 | - |
| CMYK | 0 | 0.31 | 0.58 | 0.16 |
| HSL | 27.58º | 0.6% | 0.59% | - |
| HSV(B) | 27.58º | 0.58% | 0.84% | - |
| XYZ | 39.52 | 35.43 | 14.21 | - |
| YUV | 159.54 | 88.2 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 146 | 89 | 0 | 0.31 | 0.58 | 0.16 | 27.58 | 0.6 | 0.59 |
| Hex | D5 | 92 | 59 | 0 | 1F | 3A | 10 | 1C | 3C | 3B |
| Octal | 325 | 222 | 131 | 0 | 37 | 72 | 20 | 34 | 74 | 73 |
| Binary | 11010101 | 10010010 | 1011001 | 0 | 11111 | 111010 | 10000 | 11100 | 111100 | 111011 |
Color Harmonies of #D59259
Complementary color
Monochromatic Colors of #D59259
Black with #D59259
Text Example
Text Example
White with #D59259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59259; }
p { color: rgb(213,146,89); }
H1.HeaderClassName
{
color: #D59259;
}
.AnyTagClassName
{
color: #D59259;
}
</style>
background-color css
<style>
a { background-color: #D59259; }
a { background-color: rgb(213,146,89); }
div.DivClassName
{
background-color: #D59259;
}
.BgClassName
{
background-color: #D59259;
}
</style>
border-color css
<style>
span { border-color: #D59259; }
span { border-color: rgb(213,146,89); }
td.TdClassName
{
border-color: #D59259;
}
.TagClassName
{
border-color: #D59259;
}
</style>