Shades of Whiskey Sour #DA8F50
Tints of Whiskey Sour #DA8F50
RGB
CMYK
RGB Variations
Color information
#DA8F50 (or 0xDA8F50) is known color: Whiskey Sour. HEX triplet: DA, 8F and 50. RGB value is (218,143,80). Sum of RGB (Red+Green+Blue) = 218+143+80=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 80 (31.64% from 255 or 18.14% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8F50 is #2570AF. Grayscale: #9E9E9E. Windows color (decimal): -2453680 or 5279706. OLE color: 5279706.
HSL color Cylindrical-coordinate representation of color #DA8F50: hue angle of 27.39º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA8F50 is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 143 | 80 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.15 |
| HSL | 27.39º | 0.65% | 0.58% | - |
| HSV(B) | 27.39º | 0.63% | 0.85% | - |
| XYZ | 40.18 | 35.13 | 12.25 | - |
| YUV | 158.24 | 83.85 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 143 | 80 | 0 | 0.34 | 0.63 | 0.15 | 27.39 | 0.65 | 0.58 |
| Hex | DA | 8F | 50 | 0 | 22 | 3F | F | 1B | 41 | 3A |
| Octal | 332 | 217 | 120 | 0 | 42 | 77 | 17 | 33 | 101 | 72 |
| Binary | 11011010 | 10001111 | 1010000 | 0 | 100010 | 111111 | 1111 | 11011 | 1000001 | 111010 |
Color Harmonies of #DA8F50
Complementary color
Monochromatic Colors of #DA8F50
Black with #DA8F50
Text Example
Text Example
White with #DA8F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8F50; }
p { color: rgb(218,143,80); }
H1.HeaderClassName
{
color: #DA8F50;
}
.AnyTagClassName
{
color: #DA8F50;
}
</style>
background-color css
<style>
a { background-color: #DA8F50; }
a { background-color: rgb(218,143,80); }
div.DivClassName
{
background-color: #DA8F50;
}
.BgClassName
{
background-color: #DA8F50;
}
</style>
border-color css
<style>
span { border-color: #DA8F50; }
span { border-color: rgb(218,143,80); }
td.TdClassName
{
border-color: #DA8F50;
}
.TagClassName
{
border-color: #DA8F50;
}
</style>