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