Shades of Whiskey Sour #DA8656
Tints of Whiskey Sour #DA8656
RGB
CMYK
RGB Variations
Color information
#DA8656 (or 0xDA8656) is known color: Whiskey Sour. HEX triplet: DA, 86 and 56. RGB value is (218,134,86). Sum of RGB (Red+Green+Blue) = 218+134+86=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 86 (33.98% from 255 or 19.63% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8656 is #2579A9. Grayscale: #999999. Windows color (decimal): -2455978 or 5670618. OLE color: 5670618.
HSL color Cylindrical-coordinate representation of color #DA8656: hue angle of 21.82º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA8656 is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 134 | 86 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.15 |
| HSL | 21.82º | 0.64% | 0.6% | - |
| HSV(B) | 21.82º | 0.61% | 0.85% | - |
| XYZ | 39.12 | 32.63 | 13.04 | - |
| YUV | 153.64 | 89.83 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 134 | 86 | 0 | 0.39 | 0.61 | 0.15 | 21.82 | 0.64 | 0.6 |
| Hex | DA | 86 | 56 | 0 | 27 | 3D | F | 16 | 40 | 3C |
| Octal | 332 | 206 | 126 | 0 | 47 | 75 | 17 | 26 | 100 | 74 |
| Binary | 11011010 | 10000110 | 1010110 | 0 | 100111 | 111101 | 1111 | 10110 | 1000000 | 111100 |
Color Harmonies of #DA8656
Complementary color
Monochromatic Colors of #DA8656
Black with #DA8656
Text Example
Text Example
White with #DA8656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8656; }
p { color: rgb(218,134,86); }
H1.HeaderClassName
{
color: #DA8656;
}
.AnyTagClassName
{
color: #DA8656;
}
</style>
background-color css
<style>
a { background-color: #DA8656; }
a { background-color: rgb(218,134,86); }
div.DivClassName
{
background-color: #DA8656;
}
.BgClassName
{
background-color: #DA8656;
}
</style>
border-color css
<style>
span { border-color: #DA8656; }
span { border-color: rgb(218,134,86); }
td.TdClassName
{
border-color: #DA8656;
}
.TagClassName
{
border-color: #DA8656;
}
</style>