Shades of Whiskey Sour #DA8A54
Tints of Whiskey Sour #DA8A54
RGB
CMYK
RGB Variations
Color information
#DA8A54 (or 0xDA8A54) is known color: Whiskey Sour. HEX triplet: DA, 8A and 54. RGB value is (218,138,84). Sum of RGB (Red+Green+Blue) = 218+138+84=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 138 (54.30% from 255 or 31.36% from 440); Blue value is 84 (33.20% from 255 or 19.09% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8A54 is #2575AB. Grayscale: #9C9C9C. Windows color (decimal): -2454956 or 5540570. OLE color: 5540570.
HSL color Cylindrical-coordinate representation of color #DA8A54: hue angle of 24.18º 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 #DA8A54 is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 138 | 84 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.15 |
| HSL | 24.18º | 0.64% | 0.59% | - |
| HSV(B) | 24.18º | 0.61% | 0.85% | - |
| XYZ | 39.6 | 33.72 | 12.81 | - |
| YUV | 155.76 | 87.5 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 138 | 84 | 0 | 0.37 | 0.61 | 0.15 | 24.18 | 0.64 | 0.59 |
| Hex | DA | 8A | 54 | 0 | 25 | 3D | F | 18 | 40 | 3B |
| Octal | 332 | 212 | 124 | 0 | 45 | 75 | 17 | 30 | 100 | 73 |
| Binary | 11011010 | 10001010 | 1010100 | 0 | 100101 | 111101 | 1111 | 11000 | 1000000 | 111011 |
Color Harmonies of #DA8A54
Complementary color
Monochromatic Colors of #DA8A54
Black with #DA8A54
Text Example
Text Example
White with #DA8A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8A54; }
p { color: rgb(218,138,84); }
H1.HeaderClassName
{
color: #DA8A54;
}
.AnyTagClassName
{
color: #DA8A54;
}
</style>
background-color css
<style>
a { background-color: #DA8A54; }
a { background-color: rgb(218,138,84); }
div.DivClassName
{
background-color: #DA8A54;
}
.BgClassName
{
background-color: #DA8A54;
}
</style>
border-color css
<style>
span { border-color: #DA8A54; }
span { border-color: rgb(218,138,84); }
td.TdClassName
{
border-color: #DA8A54;
}
.TagClassName
{
border-color: #DA8A54;
}
</style>