Shades of Whiskey Sour #DA955D
Tints of Whiskey Sour #DA955D
RGB
CMYK
RGB Variations
Color information
#DA955D (or 0xDA955D) is known color: Whiskey Sour. HEX triplet: DA, 95 and 5D. RGB value is (218,149,93). Sum of RGB (Red+Green+Blue) = 218+149+93=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 149 (58.59% from 255 or 32.39% from 460); Blue value is 93 (36.72% from 255 or 20.22% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA955D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA955D is #256AA2. Grayscale: #A3A3A3. Windows color (decimal): -2452131 or 6133210. OLE color: 6133210.
HSL color Cylindrical-coordinate representation of color #DA955D: hue angle of 26.88º 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 #DA955D is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 149 | 93 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.15 |
| HSL | 26.88º | 0.63% | 0.61% | - |
| HSV(B) | 26.88º | 0.57% | 0.85% | - |
| XYZ | 41.64 | 37.19 | 15.34 | - |
| YUV | 163.25 | 88.36 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 149 | 93 | 0 | 0.32 | 0.57 | 0.15 | 26.88 | 0.63 | 0.61 |
| Hex | DA | 95 | 5D | 0 | 20 | 39 | F | 1B | 3F | 3D |
| Octal | 332 | 225 | 135 | 0 | 40 | 71 | 17 | 33 | 77 | 75 |
| Binary | 11011010 | 10010101 | 1011101 | 0 | 100000 | 111001 | 1111 | 11011 | 111111 | 111101 |
Color Harmonies of #DA955D
Complementary color
Monochromatic Colors of #DA955D
Black with #DA955D
Text Example
Text Example
White with #DA955D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA955D; }
p { color: rgb(218,149,93); }
H1.HeaderClassName
{
color: #DA955D;
}
.AnyTagClassName
{
color: #DA955D;
}
</style>
background-color css
<style>
a { background-color: #DA955D; }
a { background-color: rgb(218,149,93); }
div.DivClassName
{
background-color: #DA955D;
}
.BgClassName
{
background-color: #DA955D;
}
</style>
border-color css
<style>
span { border-color: #DA955D; }
span { border-color: rgb(218,149,93); }
td.TdClassName
{
border-color: #DA955D;
}
.TagClassName
{
border-color: #DA955D;
}
</style>