Shades of Whiskey Sour #DA935A
Tints of Whiskey Sour #DA935A
RGB
CMYK
RGB Variations
Color information
#DA935A (or 0xDA935A) is known color: Whiskey Sour. HEX triplet: DA, 93 and 5A. RGB value is (218,147,90). Sum of RGB (Red+Green+Blue) = 218+147+90=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 147 (57.81% from 255 or 32.31% from 455); Blue value is 90 (35.55% from 255 or 19.78% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA935A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA935A is #256CA5. Grayscale: #A2A2A2. Windows color (decimal): -2452646 or 5936090. OLE color: 5936090.
HSL color Cylindrical-coordinate representation of color #DA935A: hue angle of 26.72º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA935A is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 147 | 90 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.15 |
| HSL | 26.72º | 0.63% | 0.6% | - |
| HSV(B) | 26.72º | 0.59% | 0.85% | - |
| XYZ | 41.19 | 36.51 | 14.55 | - |
| YUV | 161.73 | 87.52 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 147 | 90 | 0 | 0.33 | 0.59 | 0.15 | 26.72 | 0.63 | 0.6 |
| Hex | DA | 93 | 5A | 0 | 21 | 3B | F | 1B | 3F | 3C |
| Octal | 332 | 223 | 132 | 0 | 41 | 73 | 17 | 33 | 77 | 74 |
| Binary | 11011010 | 10010011 | 1011010 | 0 | 100001 | 111011 | 1111 | 11011 | 111111 | 111100 |
Color Harmonies of #DA935A
Complementary color
Monochromatic Colors of #DA935A
Black with #DA935A
Text Example
Text Example
White with #DA935A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA935A; }
p { color: rgb(218,147,90); }
H1.HeaderClassName
{
color: #DA935A;
}
.AnyTagClassName
{
color: #DA935A;
}
</style>
background-color css
<style>
a { background-color: #DA935A; }
a { background-color: rgb(218,147,90); }
div.DivClassName
{
background-color: #DA935A;
}
.BgClassName
{
background-color: #DA935A;
}
</style>
border-color css
<style>
span { border-color: #DA935A; }
span { border-color: rgb(218,147,90); }
td.TdClassName
{
border-color: #DA935A;
}
.TagClassName
{
border-color: #DA935A;
}
</style>