Shades of Whiskey Sour #DA8953
Tints of Whiskey Sour #DA8953
RGB
CMYK
RGB Variations
Color information
#DA8953 (or 0xDA8953) is known color: Whiskey Sour. HEX triplet: DA, 89 and 53. RGB value is (218,137,83). Sum of RGB (Red+Green+Blue) = 218+137+83=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 137 (53.91% from 255 or 31.28% from 438); Blue value is 83 (32.81% from 255 or 18.95% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8953 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8953 is #2576AC. Grayscale: #9B9B9B. Windows color (decimal): -2455213 or 5474778. OLE color: 5474778.
HSL color Cylindrical-coordinate representation of color #DA8953: hue angle of 24º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA8953 is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 137 | 83 | - |
| CMYK | 0 | 0.37 | 0.62 | 0.15 |
| HSL | 24º | 0.65% | 0.59% | - |
| HSV(B) | 24º | 0.62% | 0.85% | - |
| XYZ | 39.42 | 33.42 | 12.56 | - |
| YUV | 155.06 | 87.34 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 137 | 83 | 0 | 0.37 | 0.62 | 0.15 | 24 | 0.65 | 0.59 |
| Hex | DA | 89 | 53 | 0 | 25 | 3E | F | 18 | 41 | 3B |
| Octal | 332 | 211 | 123 | 0 | 45 | 76 | 17 | 30 | 101 | 73 |
| Binary | 11011010 | 10001001 | 1010011 | 0 | 100101 | 111110 | 1111 | 11000 | 1000001 | 111011 |
Color Harmonies of #DA8953
Complementary color
Monochromatic Colors of #DA8953
Black with #DA8953
Text Example
Text Example
White with #DA8953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8953; }
p { color: rgb(218,137,83); }
H1.HeaderClassName
{
color: #DA8953;
}
.AnyTagClassName
{
color: #DA8953;
}
</style>
background-color css
<style>
a { background-color: #DA8953; }
a { background-color: rgb(218,137,83); }
div.DivClassName
{
background-color: #DA8953;
}
.BgClassName
{
background-color: #DA8953;
}
</style>
border-color css
<style>
span { border-color: #DA8953; }
span { border-color: rgb(218,137,83); }
td.TdClassName
{
border-color: #DA8953;
}
.TagClassName
{
border-color: #DA8953;
}
</style>