Shades of Whiskey Sour #DA905B
Tints of Whiskey Sour #DA905B
RGB
CMYK
RGB Variations
Color information
#DA905B (or 0xDA905B) is known color: Whiskey Sour. HEX triplet: DA, 90 and 5B. RGB value is (218,144,91). Sum of RGB (Red+Green+Blue) = 218+144+91=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 91 (35.94% from 255 or 20.09% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA905B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA905B is #256FA4. Grayscale: #A0A0A0. Windows color (decimal): -2453413 or 6000858. OLE color: 6000858.
HSL color Cylindrical-coordinate representation of color #DA905B: hue angle of 25.04º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA905B is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 144 | 91 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.15 |
| HSL | 25.04º | 0.63% | 0.61% | - |
| HSV(B) | 25.04º | 0.58% | 0.85% | - |
| XYZ | 40.78 | 35.61 | 14.62 | - |
| YUV | 160.08 | 89.02 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 144 | 91 | 0 | 0.34 | 0.58 | 0.15 | 25.04 | 0.63 | 0.61 |
| Hex | DA | 90 | 5B | 0 | 22 | 3A | F | 19 | 3F | 3D |
| Octal | 332 | 220 | 133 | 0 | 42 | 72 | 17 | 31 | 77 | 75 |
| Binary | 11011010 | 10010000 | 1011011 | 0 | 100010 | 111010 | 1111 | 11001 | 111111 | 111101 |
Color Harmonies of #DA905B
Complementary color
Monochromatic Colors of #DA905B
Black with #DA905B
Text Example
Text Example
White with #DA905B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA905B; }
p { color: rgb(218,144,91); }
H1.HeaderClassName
{
color: #DA905B;
}
.AnyTagClassName
{
color: #DA905B;
}
</style>
background-color css
<style>
a { background-color: #DA905B; }
a { background-color: rgb(218,144,91); }
div.DivClassName
{
background-color: #DA905B;
}
.BgClassName
{
background-color: #DA905B;
}
</style>
border-color css
<style>
span { border-color: #DA905B; }
span { border-color: rgb(218,144,91); }
td.TdClassName
{
border-color: #DA905B;
}
.TagClassName
{
border-color: #DA905B;
}
</style>