Shades of Whiskey Sour #DA8C5C
Tints of Whiskey Sour #DA8C5C
RGB
CMYK
RGB Variations
Color information
#DA8C5C (or 0xDA8C5C) is known color: Whiskey Sour. HEX triplet: DA, 8C and 5C. RGB value is (218,140,92). Sum of RGB (Red+Green+Blue) = 218+140+92=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 92 (36.33% from 255 or 20.44% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8C5C is #2573A3. Grayscale: #9E9E9E. Windows color (decimal): -2454436 or 6065370. OLE color: 6065370.
HSL color Cylindrical-coordinate representation of color #DA8C5C: hue angle of 22.86º 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 #DA8C5C is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 140 | 92 | - |
| CMYK | 0 | 0.36 | 0.58 | 0.15 |
| HSL | 22.86º | 0.63% | 0.61% | - |
| HSV(B) | 22.86º | 0.58% | 0.85% | - |
| XYZ | 40.22 | 34.43 | 14.65 | - |
| YUV | 157.85 | 90.84 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 140 | 92 | 0 | 0.36 | 0.58 | 0.15 | 22.86 | 0.63 | 0.61 |
| Hex | DA | 8C | 5C | 0 | 24 | 3A | F | 17 | 3F | 3D |
| Octal | 332 | 214 | 134 | 0 | 44 | 72 | 17 | 27 | 77 | 75 |
| Binary | 11011010 | 10001100 | 1011100 | 0 | 100100 | 111010 | 1111 | 10111 | 111111 | 111101 |
Color Harmonies of #DA8C5C
Complementary color
Monochromatic Colors of #DA8C5C
Black with #DA8C5C
Text Example
Text Example
White with #DA8C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8C5C; }
p { color: rgb(218,140,92); }
H1.HeaderClassName
{
color: #DA8C5C;
}
.AnyTagClassName
{
color: #DA8C5C;
}
</style>
background-color css
<style>
a { background-color: #DA8C5C; }
a { background-color: rgb(218,140,92); }
div.DivClassName
{
background-color: #DA8C5C;
}
.BgClassName
{
background-color: #DA8C5C;
}
</style>
border-color css
<style>
span { border-color: #DA8C5C; }
span { border-color: rgb(218,140,92); }
td.TdClassName
{
border-color: #DA8C5C;
}
.TagClassName
{
border-color: #DA8C5C;
}
</style>