Shades of Whiskey Sour #D59150
Tints of Whiskey Sour #D59150
RGB
CMYK
RGB Variations
Color information
#D59150 (or 0xD59150) is known color: Whiskey Sour. HEX triplet: D5, 91 and 50. RGB value is (213,145,80). Sum of RGB (Red+Green+Blue) = 213+145+80=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 145 (57.03% from 255 or 33.11% from 438); Blue value is 80 (31.64% from 255 or 18.26% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D59150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59150 is #2A6EAF. Grayscale: #9E9E9E. Windows color (decimal): -2780848 or 5280213. OLE color: 5280213.
HSL color Cylindrical-coordinate representation of color #D59150: hue angle of 29.32º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D59150 is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 145 | 80 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.16 |
| HSL | 29.32º | 0.61% | 0.57% | - |
| HSV(B) | 29.32º | 0.62% | 0.84% | - |
| XYZ | 39.01 | 34.98 | 12.28 | - |
| YUV | 157.92 | 84.03 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 145 | 80 | 0 | 0.32 | 0.62 | 0.16 | 29.32 | 0.61 | 0.57 |
| Hex | D5 | 91 | 50 | 0 | 20 | 3E | 10 | 1D | 3D | 39 |
| Octal | 325 | 221 | 120 | 0 | 40 | 76 | 20 | 35 | 75 | 71 |
| Binary | 11010101 | 10010001 | 1010000 | 0 | 100000 | 111110 | 10000 | 11101 | 111101 | 111001 |
Color Harmonies of #D59150
Complementary color
Monochromatic Colors of #D59150
Black with #D59150
Text Example
Text Example
White with #D59150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59150; }
p { color: rgb(213,145,80); }
H1.HeaderClassName
{
color: #D59150;
}
.AnyTagClassName
{
color: #D59150;
}
</style>
background-color css
<style>
a { background-color: #D59150; }
a { background-color: rgb(213,145,80); }
div.DivClassName
{
background-color: #D59150;
}
.BgClassName
{
background-color: #D59150;
}
</style>
border-color css
<style>
span { border-color: #D59150; }
span { border-color: rgb(213,145,80); }
td.TdClassName
{
border-color: #D59150;
}
.TagClassName
{
border-color: #D59150;
}
</style>