Shades of Whiskey Sour #DA935D
Tints of Whiskey Sour #DA935D
RGB
CMYK
RGB Variations
Color information
#DA935D (or 0xDA935D) is known color: Whiskey Sour. HEX triplet: DA, 93 and 5D. RGB value is (218,147,93). Sum of RGB (Red+Green+Blue) = 218+147+93=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 147 (57.81% from 255 or 32.10% from 458); Blue value is 93 (36.72% from 255 or 20.31% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DA935D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA935D is #256CA2. Grayscale: #A2A2A2. Windows color (decimal): -2452643 or 6132698. OLE color: 6132698.
HSL color Cylindrical-coordinate representation of color #DA935D: hue angle of 25.92º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA935D is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 147 | 93 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.15 |
| HSL | 25.92º | 0.63% | 0.61% | - |
| HSV(B) | 25.92º | 0.57% | 0.85% | - |
| XYZ | 41.32 | 36.56 | 15.24 | - |
| YUV | 162.07 | 89.02 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 147 | 93 | 0 | 0.33 | 0.57 | 0.15 | 25.92 | 0.63 | 0.61 |
| Hex | DA | 93 | 5D | 0 | 21 | 39 | F | 1A | 3F | 3D |
| Octal | 332 | 223 | 135 | 0 | 41 | 71 | 17 | 32 | 77 | 75 |
| Binary | 11011010 | 10010011 | 1011101 | 0 | 100001 | 111001 | 1111 | 11010 | 111111 | 111101 |
Color Harmonies of #DA935D
Complementary color
Monochromatic Colors of #DA935D
Black with #DA935D
Text Example
Text Example
White with #DA935D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA935D; }
p { color: rgb(218,147,93); }
H1.HeaderClassName
{
color: #DA935D;
}
.AnyTagClassName
{
color: #DA935D;
}
</style>
background-color css
<style>
a { background-color: #DA935D; }
a { background-color: rgb(218,147,93); }
div.DivClassName
{
background-color: #DA935D;
}
.BgClassName
{
background-color: #DA935D;
}
</style>
border-color css
<style>
span { border-color: #DA935D; }
span { border-color: rgb(218,147,93); }
td.TdClassName
{
border-color: #DA935D;
}
.TagClassName
{
border-color: #DA935D;
}
</style>