Shades of Whiskey Sour #DA955B
Tints of Whiskey Sour #DA955B
RGB
CMYK
RGB Variations
Color information
#DA955B (or 0xDA955B) is known color: Whiskey Sour. HEX triplet: DA, 95 and 5B. RGB value is (218,149,91). Sum of RGB (Red+Green+Blue) = 218+149+91=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 91 (35.94% from 255 or 19.87% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DA955B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA955B is #256AA4. Grayscale: #A3A3A3. Windows color (decimal): -2452133 or 6002138. OLE color: 6002138.
HSL color Cylindrical-coordinate representation of color #DA955B: hue angle of 27.4º 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 #DA955B is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 149 | 91 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.15 |
| HSL | 27.4º | 0.63% | 0.61% | - |
| HSV(B) | 27.4º | 0.58% | 0.85% | - |
| XYZ | 41.55 | 37.16 | 14.88 | - |
| YUV | 163.02 | 87.36 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 149 | 91 | 0 | 0.32 | 0.58 | 0.15 | 27.4 | 0.63 | 0.61 |
| Hex | DA | 95 | 5B | 0 | 20 | 3A | F | 1B | 3F | 3D |
| Octal | 332 | 225 | 133 | 0 | 40 | 72 | 17 | 33 | 77 | 75 |
| Binary | 11011010 | 10010101 | 1011011 | 0 | 100000 | 111010 | 1111 | 11011 | 111111 | 111101 |
Color Harmonies of #DA955B
Complementary color
Monochromatic Colors of #DA955B
Black with #DA955B
Text Example
Text Example
White with #DA955B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA955B; }
p { color: rgb(218,149,91); }
H1.HeaderClassName
{
color: #DA955B;
}
.AnyTagClassName
{
color: #DA955B;
}
</style>
background-color css
<style>
a { background-color: #DA955B; }
a { background-color: rgb(218,149,91); }
div.DivClassName
{
background-color: #DA955B;
}
.BgClassName
{
background-color: #DA955B;
}
</style>
border-color css
<style>
span { border-color: #DA955B; }
span { border-color: rgb(218,149,91); }
td.TdClassName
{
border-color: #DA955B;
}
.TagClassName
{
border-color: #DA955B;
}
</style>