Shades of Whiskey Sour #DA8A52
Tints of Whiskey Sour #DA8A52
RGB
CMYK
RGB Variations
Color information
#DA8A52 (or 0xDA8A52) is known color: Whiskey Sour. HEX triplet: DA, 8A and 52. RGB value is (218,138,82). Sum of RGB (Red+Green+Blue) = 218+138+82=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 82 (32.42% from 255 or 18.72% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8A52 is #2575AD. Grayscale: #9B9B9B. Windows color (decimal): -2454958 or 5409498. OLE color: 5409498.
HSL color Cylindrical-coordinate representation of color #DA8A52: hue angle of 24.71º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA8A52 is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 138 | 82 | - |
| CMYK | 0 | 0.37 | 0.62 | 0.15 |
| HSL | 24.71º | 0.65% | 0.59% | - |
| HSV(B) | 24.71º | 0.62% | 0.85% | - |
| XYZ | 39.52 | 33.69 | 12.4 | - |
| YUV | 155.54 | 86.5 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 138 | 82 | 0 | 0.37 | 0.62 | 0.15 | 24.71 | 0.65 | 0.59 |
| Hex | DA | 8A | 52 | 0 | 25 | 3E | F | 19 | 41 | 3B |
| Octal | 332 | 212 | 122 | 0 | 45 | 76 | 17 | 31 | 101 | 73 |
| Binary | 11011010 | 10001010 | 1010010 | 0 | 100101 | 111110 | 1111 | 11001 | 1000001 | 111011 |
Color Harmonies of #DA8A52
Complementary color
Monochromatic Colors of #DA8A52
Black with #DA8A52
Text Example
Text Example
White with #DA8A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8A52; }
p { color: rgb(218,138,82); }
H1.HeaderClassName
{
color: #DA8A52;
}
.AnyTagClassName
{
color: #DA8A52;
}
</style>
background-color css
<style>
a { background-color: #DA8A52; }
a { background-color: rgb(218,138,82); }
div.DivClassName
{
background-color: #DA8A52;
}
.BgClassName
{
background-color: #DA8A52;
}
</style>
border-color css
<style>
span { border-color: #DA8A52; }
span { border-color: rgb(218,138,82); }
td.TdClassName
{
border-color: #DA8A52;
}
.TagClassName
{
border-color: #DA8A52;
}
</style>