Shades of Whiskey Sour #DA9558
Tints of Whiskey Sour #DA9558
RGB
CMYK
RGB Variations
Color information
#DA9558 (or 0xDA9558) is known color: Whiskey Sour. HEX triplet: DA, 95 and 58. RGB value is (218,149,88). Sum of RGB (Red+Green+Blue) = 218+149+88=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 149 (58.59% from 255 or 32.75% from 455); Blue value is 88 (34.77% from 255 or 19.34% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9558 is #256AA7. Grayscale: #A2A2A2. Windows color (decimal): -2452136 or 5805530. OLE color: 5805530.
HSL color Cylindrical-coordinate representation of color #DA9558: hue angle of 28.15º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA9558 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 149 | 88 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.15 |
| HSL | 28.15º | 0.64% | 0.6% | - |
| HSV(B) | 28.15º | 0.6% | 0.85% | - |
| XYZ | 41.42 | 37.1 | 14.21 | - |
| YUV | 162.68 | 85.86 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 149 | 88 | 0 | 0.32 | 0.60 | 0.15 | 28.15 | 0.64 | 0.6 |
| Hex | DA | 95 | 58 | 0 | 20 | 3C | F | 1C | 40 | 3C |
| Octal | 332 | 225 | 130 | 0 | 40 | 74 | 17 | 34 | 100 | 74 |
| Binary | 11011010 | 10010101 | 1011000 | 0 | 100000 | 111100 | 1111 | 11100 | 1000000 | 111100 |
Color Harmonies of #DA9558
Complementary color
Monochromatic Colors of #DA9558
Black with #DA9558
Text Example
Text Example
White with #DA9558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9558; }
p { color: rgb(218,149,88); }
H1.HeaderClassName
{
color: #DA9558;
}
.AnyTagClassName
{
color: #DA9558;
}
</style>
background-color css
<style>
a { background-color: #DA9558; }
a { background-color: rgb(218,149,88); }
div.DivClassName
{
background-color: #DA9558;
}
.BgClassName
{
background-color: #DA9558;
}
</style>
border-color css
<style>
span { border-color: #DA9558; }
span { border-color: rgb(218,149,88); }
td.TdClassName
{
border-color: #DA9558;
}
.TagClassName
{
border-color: #DA9558;
}
</style>