Shades of Whiskey Sour #DA8A56
Tints of Whiskey Sour #DA8A56
RGB
CMYK
RGB Variations
Color information
#DA8A56 (or 0xDA8A56) is known color: Whiskey Sour. HEX triplet: DA, 8A and 56. RGB value is (218,138,86). Sum of RGB (Red+Green+Blue) = 218+138+86=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 86 (33.98% from 255 or 19.46% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8A56 is #2575A9. Grayscale: #9C9C9C. Windows color (decimal): -2454954 or 5671642. OLE color: 5671642.
HSL color Cylindrical-coordinate representation of color #DA8A56: hue angle of 23.64º 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 #DA8A56 is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 138 | 86 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.15 |
| HSL | 23.64º | 0.64% | 0.6% | - |
| HSV(B) | 23.64º | 0.61% | 0.85% | - |
| XYZ | 39.68 | 33.75 | 13.23 | - |
| YUV | 155.99 | 88.5 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 138 | 86 | 0 | 0.37 | 0.61 | 0.15 | 23.64 | 0.64 | 0.6 |
| Hex | DA | 8A | 56 | 0 | 25 | 3D | F | 18 | 40 | 3C |
| Octal | 332 | 212 | 126 | 0 | 45 | 75 | 17 | 30 | 100 | 74 |
| Binary | 11011010 | 10001010 | 1010110 | 0 | 100101 | 111101 | 1111 | 11000 | 1000000 | 111100 |
Color Harmonies of #DA8A56
Complementary color
Monochromatic Colors of #DA8A56
Black with #DA8A56
Text Example
Text Example
White with #DA8A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8A56; }
p { color: rgb(218,138,86); }
H1.HeaderClassName
{
color: #DA8A56;
}
.AnyTagClassName
{
color: #DA8A56;
}
</style>
background-color css
<style>
a { background-color: #DA8A56; }
a { background-color: rgb(218,138,86); }
div.DivClassName
{
background-color: #DA8A56;
}
.BgClassName
{
background-color: #DA8A56;
}
</style>
border-color css
<style>
span { border-color: #DA8A56; }
span { border-color: rgb(218,138,86); }
td.TdClassName
{
border-color: #DA8A56;
}
.TagClassName
{
border-color: #DA8A56;
}
</style>