Shades of Whiskey Sour #DA9251
Tints of Whiskey Sour #DA9251
RGB
CMYK
RGB Variations
Color information
#DA9251 (or 0xDA9251) is known color: Whiskey Sour. HEX triplet: DA, 92 and 51. RGB value is (218,146,81). Sum of RGB (Red+Green+Blue) = 218+146+81=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 146 (57.42% from 255 or 32.81% from 445); Blue value is 81 (32.03% from 255 or 18.20% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9251 is #256DAE. Grayscale: #A0A0A0. Windows color (decimal): -2452911 or 5346010. OLE color: 5346010.
HSL color Cylindrical-coordinate representation of color #DA9251: hue angle of 28.47º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA9251 is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 146 | 81 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.15 |
| HSL | 28.47º | 0.65% | 0.59% | - |
| HSV(B) | 28.47º | 0.63% | 0.85% | - |
| XYZ | 40.68 | 36.06 | 12.6 | - |
| YUV | 160.12 | 83.35 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 146 | 81 | 0 | 0.33 | 0.63 | 0.15 | 28.47 | 0.65 | 0.59 |
| Hex | DA | 92 | 51 | 0 | 21 | 3F | F | 1C | 41 | 3B |
| Octal | 332 | 222 | 121 | 0 | 41 | 77 | 17 | 34 | 101 | 73 |
| Binary | 11011010 | 10010010 | 1010001 | 0 | 100001 | 111111 | 1111 | 11100 | 1000001 | 111011 |
Color Harmonies of #DA9251
Complementary color
Monochromatic Colors of #DA9251
Black with #DA9251
Text Example
Text Example
White with #DA9251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9251; }
p { color: rgb(218,146,81); }
H1.HeaderClassName
{
color: #DA9251;
}
.AnyTagClassName
{
color: #DA9251;
}
</style>
background-color css
<style>
a { background-color: #DA9251; }
a { background-color: rgb(218,146,81); }
div.DivClassName
{
background-color: #DA9251;
}
.BgClassName
{
background-color: #DA9251;
}
</style>
border-color css
<style>
span { border-color: #DA9251; }
span { border-color: rgb(218,146,81); }
td.TdClassName
{
border-color: #DA9251;
}
.TagClassName
{
border-color: #DA9251;
}
</style>