Shades of Whiskey Sour #DA8F60
Tints of Whiskey Sour #DA8F60
RGB
CMYK
RGB Variations
Color information
#DA8F60 (or 0xDA8F60) is known color: Whiskey Sour. HEX triplet: DA, 8F and 60. RGB value is (218,143,96). Sum of RGB (Red+Green+Blue) = 218+143+96=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 96 (37.89% from 255 or 21.01% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8F60 is #25709F. Grayscale: #A0A0A0. Windows color (decimal): -2453664 or 6328282. OLE color: 6328282.
HSL color Cylindrical-coordinate representation of color #DA8F60: hue angle of 23.11º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA8F60 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 143 | 96 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.15 |
| HSL | 23.11º | 0.62% | 0.62% | - |
| HSV(B) | 23.11º | 0.56% | 0.85% | - |
| XYZ | 40.85 | 35.39 | 15.75 | - |
| YUV | 160.07 | 91.85 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 143 | 96 | 0 | 0.34 | 0.56 | 0.15 | 23.11 | 0.62 | 0.62 |
| Hex | DA | 8F | 60 | 0 | 22 | 38 | F | 17 | 3E | 3E |
| Octal | 332 | 217 | 140 | 0 | 42 | 70 | 17 | 27 | 76 | 76 |
| Binary | 11011010 | 10001111 | 1100000 | 0 | 100010 | 111000 | 1111 | 10111 | 111110 | 111110 |
Color Harmonies of #DA8F60
Complementary color
Monochromatic Colors of #DA8F60
Black with #DA8F60
Text Example
Text Example
White with #DA8F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8F60; }
p { color: rgb(218,143,96); }
H1.HeaderClassName
{
color: #DA8F60;
}
.AnyTagClassName
{
color: #DA8F60;
}
</style>
background-color css
<style>
a { background-color: #DA8F60; }
a { background-color: rgb(218,143,96); }
div.DivClassName
{
background-color: #DA8F60;
}
.BgClassName
{
background-color: #DA8F60;
}
</style>
border-color css
<style>
span { border-color: #DA8F60; }
span { border-color: rgb(218,143,96); }
td.TdClassName
{
border-color: #DA8F60;
}
.TagClassName
{
border-color: #DA8F60;
}
</style>