Shades of Whiskey Sour #DA8B58
Tints of Whiskey Sour #DA8B58
RGB
CMYK
RGB Variations
Color information
#DA8B58 (or 0xDA8B58) is known color: Whiskey Sour. HEX triplet: DA, 8B and 58. RGB value is (218,139,88). Sum of RGB (Red+Green+Blue) = 218+139+88=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 139 (54.69% from 255 or 31.24% from 445); Blue value is 88 (34.77% from 255 or 19.78% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8B58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8B58 is #2574A7. Grayscale: #9D9D9D. Windows color (decimal): -2454696 or 5802970. OLE color: 5802970.
HSL color Cylindrical-coordinate representation of color #DA8B58: hue angle of 23.54º 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 #DA8B58 is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 139 | 88 | - |
| CMYK | 0 | 0.36 | 0.60 | 0.15 |
| HSL | 23.54º | 0.64% | 0.6% | - |
| HSV(B) | 23.54º | 0.6% | 0.85% | - |
| XYZ | 39.91 | 34.08 | 13.71 | - |
| YUV | 156.81 | 89.17 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 139 | 88 | 0 | 0.36 | 0.60 | 0.15 | 23.54 | 0.64 | 0.6 |
| Hex | DA | 8B | 58 | 0 | 24 | 3C | F | 18 | 40 | 3C |
| Octal | 332 | 213 | 130 | 0 | 44 | 74 | 17 | 30 | 100 | 74 |
| Binary | 11011010 | 10001011 | 1011000 | 0 | 100100 | 111100 | 1111 | 11000 | 1000000 | 111100 |
Color Harmonies of #DA8B58
Complementary color
Monochromatic Colors of #DA8B58
Black with #DA8B58
Text Example
Text Example
White with #DA8B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8B58; }
p { color: rgb(218,139,88); }
H1.HeaderClassName
{
color: #DA8B58;
}
.AnyTagClassName
{
color: #DA8B58;
}
</style>
background-color css
<style>
a { background-color: #DA8B58; }
a { background-color: rgb(218,139,88); }
div.DivClassName
{
background-color: #DA8B58;
}
.BgClassName
{
background-color: #DA8B58;
}
</style>
border-color css
<style>
span { border-color: #DA8B58; }
span { border-color: rgb(218,139,88); }
td.TdClassName
{
border-color: #DA8B58;
}
.TagClassName
{
border-color: #DA8B58;
}
</style>