Shades of Whiskey Sour #DA905A
Tints of Whiskey Sour #DA905A
RGB
CMYK
RGB Variations
Color information
#DA905A (or 0xDA905A) is known color: Whiskey Sour. HEX triplet: DA, 90 and 5A. RGB value is (218,144,90). Sum of RGB (Red+Green+Blue) = 218+144+90=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 144 (56.64% from 255 or 31.86% from 452); Blue value is 90 (35.55% from 255 or 19.91% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DA905A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA905A is #256FA5. Grayscale: #A0A0A0. Windows color (decimal): -2453414 or 5935322. OLE color: 5935322.
HSL color Cylindrical-coordinate representation of color #DA905A: hue angle of 25.31º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA905A is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 144 | 90 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.15 |
| HSL | 25.31º | 0.63% | 0.6% | - |
| HSV(B) | 25.31º | 0.59% | 0.85% | - |
| XYZ | 40.73 | 35.59 | 14.4 | - |
| YUV | 159.97 | 88.52 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 144 | 90 | 0 | 0.34 | 0.59 | 0.15 | 25.31 | 0.63 | 0.6 |
| Hex | DA | 90 | 5A | 0 | 22 | 3B | F | 19 | 3F | 3C |
| Octal | 332 | 220 | 132 | 0 | 42 | 73 | 17 | 31 | 77 | 74 |
| Binary | 11011010 | 10010000 | 1011010 | 0 | 100010 | 111011 | 1111 | 11001 | 111111 | 111100 |
Color Harmonies of #DA905A
Complementary color
Monochromatic Colors of #DA905A
Black with #DA905A
Text Example
Text Example
White with #DA905A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA905A; }
p { color: rgb(218,144,90); }
H1.HeaderClassName
{
color: #DA905A;
}
.AnyTagClassName
{
color: #DA905A;
}
</style>
background-color css
<style>
a { background-color: #DA905A; }
a { background-color: rgb(218,144,90); }
div.DivClassName
{
background-color: #DA905A;
}
.BgClassName
{
background-color: #DA905A;
}
</style>
border-color css
<style>
span { border-color: #DA905A; }
span { border-color: rgb(218,144,90); }
td.TdClassName
{
border-color: #DA905A;
}
.TagClassName
{
border-color: #DA905A;
}
</style>