Shades of Whiskey Sour #DA945B
Tints of Whiskey Sour #DA945B
RGB
CMYK
RGB Variations
Color information
#DA945B (or 0xDA945B) is known color: Whiskey Sour. HEX triplet: DA, 94 and 5B. RGB value is (218,148,91). Sum of RGB (Red+Green+Blue) = 218+148+91=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 91 (35.94% from 255 or 19.91% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA945B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA945B is #256BA4. Grayscale: #A2A2A2. Windows color (decimal): -2452389 or 6001882. OLE color: 6001882.
HSL color Cylindrical-coordinate representation of color #DA945B: hue angle of 26.93º 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 #DA945B is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 148 | 91 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.15 |
| HSL | 26.93º | 0.63% | 0.61% | - |
| HSV(B) | 26.93º | 0.58% | 0.85% | - |
| XYZ | 41.39 | 36.84 | 14.83 | - |
| YUV | 162.43 | 87.69 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 148 | 91 | 0 | 0.32 | 0.58 | 0.15 | 26.93 | 0.63 | 0.61 |
| Hex | DA | 94 | 5B | 0 | 20 | 3A | F | 1B | 3F | 3D |
| Octal | 332 | 224 | 133 | 0 | 40 | 72 | 17 | 33 | 77 | 75 |
| Binary | 11011010 | 10010100 | 1011011 | 0 | 100000 | 111010 | 1111 | 11011 | 111111 | 111101 |
Color Harmonies of #DA945B
Complementary color
Monochromatic Colors of #DA945B
Black with #DA945B
Text Example
Text Example
White with #DA945B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA945B; }
p { color: rgb(218,148,91); }
H1.HeaderClassName
{
color: #DA945B;
}
.AnyTagClassName
{
color: #DA945B;
}
</style>
background-color css
<style>
a { background-color: #DA945B; }
a { background-color: rgb(218,148,91); }
div.DivClassName
{
background-color: #DA945B;
}
.BgClassName
{
background-color: #DA945B;
}
</style>
border-color css
<style>
span { border-color: #DA945B; }
span { border-color: rgb(218,148,91); }
td.TdClassName
{
border-color: #DA945B;
}
.TagClassName
{
border-color: #DA945B;
}
</style>