Shades of Whiskey Sour #DA8F57
Tints of Whiskey Sour #DA8F57
RGB
CMYK
RGB Variations
Color information
#DA8F57 (or 0xDA8F57) is known color: Whiskey Sour. HEX triplet: DA, 8F and 57. RGB value is (218,143,87). Sum of RGB (Red+Green+Blue) = 218+143+87=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 87 (34.38% from 255 or 19.42% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8F57 is #2570A8. Grayscale: #9F9F9F. Windows color (decimal): -2453673 or 5738458. OLE color: 5738458.
HSL color Cylindrical-coordinate representation of color #DA8F57: hue angle of 25.65º 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 #DA8F57 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 143 | 87 | - |
| CMYK | 0 | 0.34 | 0.60 | 0.15 |
| HSL | 25.65º | 0.64% | 0.6% | - |
| HSV(B) | 25.65º | 0.6% | 0.85% | - |
| XYZ | 40.46 | 35.24 | 13.69 | - |
| YUV | 159.04 | 87.35 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 143 | 87 | 0 | 0.34 | 0.60 | 0.15 | 25.65 | 0.64 | 0.6 |
| Hex | DA | 8F | 57 | 0 | 22 | 3C | F | 1A | 40 | 3C |
| Octal | 332 | 217 | 127 | 0 | 42 | 74 | 17 | 32 | 100 | 74 |
| Binary | 11011010 | 10001111 | 1010111 | 0 | 100010 | 111100 | 1111 | 11010 | 1000000 | 111100 |
Color Harmonies of #DA8F57
Complementary color
Monochromatic Colors of #DA8F57
Black with #DA8F57
Text Example
Text Example
White with #DA8F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8F57; }
p { color: rgb(218,143,87); }
H1.HeaderClassName
{
color: #DA8F57;
}
.AnyTagClassName
{
color: #DA8F57;
}
</style>
background-color css
<style>
a { background-color: #DA8F57; }
a { background-color: rgb(218,143,87); }
div.DivClassName
{
background-color: #DA8F57;
}
.BgClassName
{
background-color: #DA8F57;
}
</style>
border-color css
<style>
span { border-color: #DA8F57; }
span { border-color: rgb(218,143,87); }
td.TdClassName
{
border-color: #DA8F57;
}
.TagClassName
{
border-color: #DA8F57;
}
</style>