Shades of Whiskey Sour #DA8954
Tints of Whiskey Sour #DA8954
RGB
CMYK
RGB Variations
Color information
#DA8954 (or 0xDA8954) is known color: Whiskey Sour. HEX triplet: DA, 89 and 54. RGB value is (218,137,84). Sum of RGB (Red+Green+Blue) = 218+137+84=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 137 (53.91% from 255 or 31.21% from 439); Blue value is 84 (33.20% from 255 or 19.13% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8954 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8954 is #2576AB. Grayscale: #9B9B9B. Windows color (decimal): -2455212 or 5540314. OLE color: 5540314.
HSL color Cylindrical-coordinate representation of color #DA8954: hue angle of 23.73º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA8954 is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 137 | 84 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.15 |
| HSL | 23.73º | 0.64% | 0.59% | - |
| HSV(B) | 23.73º | 0.61% | 0.85% | - |
| XYZ | 39.46 | 33.44 | 12.76 | - |
| YUV | 155.18 | 87.84 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 137 | 84 | 0 | 0.37 | 0.61 | 0.15 | 23.73 | 0.64 | 0.59 |
| Hex | DA | 89 | 54 | 0 | 25 | 3D | F | 18 | 40 | 3B |
| Octal | 332 | 211 | 124 | 0 | 45 | 75 | 17 | 30 | 100 | 73 |
| Binary | 11011010 | 10001001 | 1010100 | 0 | 100101 | 111101 | 1111 | 11000 | 1000000 | 111011 |
Color Harmonies of #DA8954
Complementary color
Monochromatic Colors of #DA8954
Black with #DA8954
Text Example
Text Example
White with #DA8954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8954; }
p { color: rgb(218,137,84); }
H1.HeaderClassName
{
color: #DA8954;
}
.AnyTagClassName
{
color: #DA8954;
}
</style>
background-color css
<style>
a { background-color: #DA8954; }
a { background-color: rgb(218,137,84); }
div.DivClassName
{
background-color: #DA8954;
}
.BgClassName
{
background-color: #DA8954;
}
</style>
border-color css
<style>
span { border-color: #DA8954; }
span { border-color: rgb(218,137,84); }
td.TdClassName
{
border-color: #DA8954;
}
.TagClassName
{
border-color: #DA8954;
}
</style>