Shades of Whiskey Sour #D59154
Tints of Whiskey Sour #D59154
RGB
CMYK
RGB Variations
Color information
#D59154 (or 0xD59154) is known color: Whiskey Sour. HEX triplet: D5, 91 and 54. RGB value is (213,145,84). Sum of RGB (Red+Green+Blue) = 213+145+84=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 145 (57.03% from 255 or 32.81% from 442); Blue value is 84 (33.20% from 255 or 19.00% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D59154 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59154 is #2A6EAB. Grayscale: #9E9E9E. Windows color (decimal): -2780844 or 5542357. OLE color: 5542357.
HSL color Cylindrical-coordinate representation of color #D59154: hue angle of 28.37º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D59154 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 145 | 84 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.16 |
| HSL | 28.37º | 0.61% | 0.58% | - |
| HSV(B) | 28.37º | 0.61% | 0.84% | - |
| XYZ | 39.17 | 35.04 | 13.09 | - |
| YUV | 158.38 | 86.03 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 145 | 84 | 0 | 0.32 | 0.61 | 0.16 | 28.37 | 0.61 | 0.58 |
| Hex | D5 | 91 | 54 | 0 | 20 | 3D | 10 | 1C | 3D | 3A |
| Octal | 325 | 221 | 124 | 0 | 40 | 75 | 20 | 34 | 75 | 72 |
| Binary | 11010101 | 10010001 | 1010100 | 0 | 100000 | 111101 | 10000 | 11100 | 111101 | 111010 |
Color Harmonies of #D59154
Complementary color
Monochromatic Colors of #D59154
Black with #D59154
Text Example
Text Example
White with #D59154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59154; }
p { color: rgb(213,145,84); }
H1.HeaderClassName
{
color: #D59154;
}
.AnyTagClassName
{
color: #D59154;
}
</style>
background-color css
<style>
a { background-color: #D59154; }
a { background-color: rgb(213,145,84); }
div.DivClassName
{
background-color: #D59154;
}
.BgClassName
{
background-color: #D59154;
}
</style>
border-color css
<style>
span { border-color: #D59154; }
span { border-color: rgb(213,145,84); }
td.TdClassName
{
border-color: #D59154;
}
.TagClassName
{
border-color: #D59154;
}
</style>