Shades of Whiskey Sour #DA8F5B
Tints of Whiskey Sour #DA8F5B
RGB
CMYK
RGB Variations
Color information
#DA8F5B (or 0xDA8F5B) is known color: Whiskey Sour. HEX triplet: DA, 8F and 5B. RGB value is (218,143,91). Sum of RGB (Red+Green+Blue) = 218+143+91=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 91 (35.94% from 255 or 20.13% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8F5B is #2570A4. Grayscale: #9F9F9F. Windows color (decimal): -2453669 or 6000602. OLE color: 6000602.
HSL color Cylindrical-coordinate representation of color #DA8F5B: hue angle of 24.57º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA8F5B is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 143 | 91 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.15 |
| HSL | 24.57º | 0.63% | 0.61% | - |
| HSV(B) | 24.57º | 0.58% | 0.85% | - |
| XYZ | 40.62 | 35.31 | 14.57 | - |
| YUV | 159.5 | 89.35 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 143 | 91 | 0 | 0.34 | 0.58 | 0.15 | 24.57 | 0.63 | 0.61 |
| Hex | DA | 8F | 5B | 0 | 22 | 3A | F | 19 | 3F | 3D |
| Octal | 332 | 217 | 133 | 0 | 42 | 72 | 17 | 31 | 77 | 75 |
| Binary | 11011010 | 10001111 | 1011011 | 0 | 100010 | 111010 | 1111 | 11001 | 111111 | 111101 |
Color Harmonies of #DA8F5B
Complementary color
Monochromatic Colors of #DA8F5B
Black with #DA8F5B
Text Example
Text Example
White with #DA8F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8F5B; }
p { color: rgb(218,143,91); }
H1.HeaderClassName
{
color: #DA8F5B;
}
.AnyTagClassName
{
color: #DA8F5B;
}
</style>
background-color css
<style>
a { background-color: #DA8F5B; }
a { background-color: rgb(218,143,91); }
div.DivClassName
{
background-color: #DA8F5B;
}
.BgClassName
{
background-color: #DA8F5B;
}
</style>
border-color css
<style>
span { border-color: #DA8F5B; }
span { border-color: rgb(218,143,91); }
td.TdClassName
{
border-color: #DA8F5B;
}
.TagClassName
{
border-color: #DA8F5B;
}
</style>