Shades of Whiskey Sour #DA935C
Tints of Whiskey Sour #DA935C
RGB
CMYK
RGB Variations
Color information
#DA935C (or 0xDA935C) is known color: Whiskey Sour. HEX triplet: DA, 93 and 5C. RGB value is (218,147,92). Sum of RGB (Red+Green+Blue) = 218+147+92=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 147 (57.81% from 255 or 32.17% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA935C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA935C is #256CA3. Grayscale: #A2A2A2. Windows color (decimal): -2452644 or 6067162. OLE color: 6067162.
HSL color Cylindrical-coordinate representation of color #DA935C: hue angle of 26.19º 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 #DA935C is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 147 | 92 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.15 |
| HSL | 26.19º | 0.63% | 0.61% | - |
| HSV(B) | 26.19º | 0.58% | 0.85% | - |
| XYZ | 41.28 | 36.55 | 15 | - |
| YUV | 161.96 | 88.52 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 147 | 92 | 0 | 0.33 | 0.58 | 0.15 | 26.19 | 0.63 | 0.61 |
| Hex | DA | 93 | 5C | 0 | 21 | 3A | F | 1A | 3F | 3D |
| Octal | 332 | 223 | 134 | 0 | 41 | 72 | 17 | 32 | 77 | 75 |
| Binary | 11011010 | 10010011 | 1011100 | 0 | 100001 | 111010 | 1111 | 11010 | 111111 | 111101 |
Color Harmonies of #DA935C
Complementary color
Monochromatic Colors of #DA935C
Black with #DA935C
Text Example
Text Example
White with #DA935C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA935C; }
p { color: rgb(218,147,92); }
H1.HeaderClassName
{
color: #DA935C;
}
.AnyTagClassName
{
color: #DA935C;
}
</style>
background-color css
<style>
a { background-color: #DA935C; }
a { background-color: rgb(218,147,92); }
div.DivClassName
{
background-color: #DA935C;
}
.BgClassName
{
background-color: #DA935C;
}
</style>
border-color css
<style>
span { border-color: #DA935C; }
span { border-color: rgb(218,147,92); }
td.TdClassName
{
border-color: #DA935C;
}
.TagClassName
{
border-color: #DA935C;
}
</style>