Shades of Whiskey Sour #DA8F58
Tints of Whiskey Sour #DA8F58
RGB
CMYK
RGB Variations
Color information
#DA8F58 (or 0xDA8F58) is known color: Whiskey Sour. HEX triplet: DA, 8F and 58. RGB value is (218,143,88). Sum of RGB (Red+Green+Blue) = 218+143+88=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 88 (34.77% from 255 or 19.60% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8F58 is #2570A7. Grayscale: #9F9F9F. Windows color (decimal): -2453672 or 5803994. OLE color: 5803994.
HSL color Cylindrical-coordinate representation of color #DA8F58: hue angle of 25.38º 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 #DA8F58 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 143 | 88 | - |
| CMYK | 0 | 0.34 | 0.60 | 0.15 |
| HSL | 25.38º | 0.64% | 0.6% | - |
| HSV(B) | 25.38º | 0.6% | 0.85% | - |
| XYZ | 40.5 | 35.25 | 13.9 | - |
| YUV | 159.16 | 87.85 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 143 | 88 | 0 | 0.34 | 0.60 | 0.15 | 25.38 | 0.64 | 0.6 |
| Hex | DA | 8F | 58 | 0 | 22 | 3C | F | 19 | 40 | 3C |
| Octal | 332 | 217 | 130 | 0 | 42 | 74 | 17 | 31 | 100 | 74 |
| Binary | 11011010 | 10001111 | 1011000 | 0 | 100010 | 111100 | 1111 | 11001 | 1000000 | 111100 |
Color Harmonies of #DA8F58
Complementary color
Monochromatic Colors of #DA8F58
Black with #DA8F58
Text Example
Text Example
White with #DA8F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8F58; }
p { color: rgb(218,143,88); }
H1.HeaderClassName
{
color: #DA8F58;
}
.AnyTagClassName
{
color: #DA8F58;
}
</style>
background-color css
<style>
a { background-color: #DA8F58; }
a { background-color: rgb(218,143,88); }
div.DivClassName
{
background-color: #DA8F58;
}
.BgClassName
{
background-color: #DA8F58;
}
</style>
border-color css
<style>
span { border-color: #DA8F58; }
span { border-color: rgb(218,143,88); }
td.TdClassName
{
border-color: #DA8F58;
}
.TagClassName
{
border-color: #DA8F58;
}
</style>