Shades of Whiskey Sour #D59257
Tints of Whiskey Sour #D59257
RGB
CMYK
RGB Variations
Color information
#D59257 (or 0xD59257) is known color: Whiskey Sour. HEX triplet: D5, 92 and 57. RGB value is (213,146,87). Sum of RGB (Red+Green+Blue) = 213+146+87=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 87 (34.38% from 255 or 19.51% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D59257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59257 is #2A6DA8. Grayscale: #9F9F9F. Windows color (decimal): -2780585 or 5739221. OLE color: 5739221.
HSL color Cylindrical-coordinate representation of color #D59257: hue angle of 28.1º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D59257 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 146 | 87 | - |
| CMYK | 0 | 0.31 | 0.59 | 0.16 |
| HSL | 28.1º | 0.6% | 0.59% | - |
| HSV(B) | 28.1º | 0.59% | 0.84% | - |
| XYZ | 39.44 | 35.39 | 13.77 | - |
| YUV | 159.31 | 87.2 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 146 | 87 | 0 | 0.31 | 0.59 | 0.16 | 28.1 | 0.6 | 0.59 |
| Hex | D5 | 92 | 57 | 0 | 1F | 3B | 10 | 1C | 3C | 3B |
| Octal | 325 | 222 | 127 | 0 | 37 | 73 | 20 | 34 | 74 | 73 |
| Binary | 11010101 | 10010010 | 1010111 | 0 | 11111 | 111011 | 10000 | 11100 | 111100 | 111011 |
Color Harmonies of #D59257
Complementary color
Monochromatic Colors of #D59257
Black with #D59257
Text Example
Text Example
White with #D59257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59257; }
p { color: rgb(213,146,87); }
H1.HeaderClassName
{
color: #D59257;
}
.AnyTagClassName
{
color: #D59257;
}
</style>
background-color css
<style>
a { background-color: #D59257; }
a { background-color: rgb(213,146,87); }
div.DivClassName
{
background-color: #D59257;
}
.BgClassName
{
background-color: #D59257;
}
</style>
border-color css
<style>
span { border-color: #D59257; }
span { border-color: rgb(213,146,87); }
td.TdClassName
{
border-color: #D59257;
}
.TagClassName
{
border-color: #D59257;
}
</style>