Shades of Whiskey Sour #DA925D
Tints of Whiskey Sour #DA925D
RGB
CMYK
RGB Variations
Color information
#DA925D (or 0xDA925D) is known color: Whiskey Sour. HEX triplet: DA, 92 and 5D. RGB value is (218,146,93). Sum of RGB (Red+Green+Blue) = 218+146+93=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 146 (57.42% from 255 or 31.95% from 457); Blue value is 93 (36.72% from 255 or 20.35% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA925D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA925D is #256DA2. Grayscale: #A1A1A1. Windows color (decimal): -2452899 or 6132442. OLE color: 6132442.
HSL color Cylindrical-coordinate representation of color #DA925D: hue angle of 25.44º 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 #DA925D is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 146 | 93 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.15 |
| HSL | 25.44º | 0.63% | 0.61% | - |
| HSV(B) | 25.44º | 0.57% | 0.85% | - |
| XYZ | 41.17 | 36.25 | 15.18 | - |
| YUV | 161.49 | 89.35 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 146 | 93 | 0 | 0.33 | 0.57 | 0.15 | 25.44 | 0.63 | 0.61 |
| Hex | DA | 92 | 5D | 0 | 21 | 39 | F | 19 | 3F | 3D |
| Octal | 332 | 222 | 135 | 0 | 41 | 71 | 17 | 31 | 77 | 75 |
| Binary | 11011010 | 10010010 | 1011101 | 0 | 100001 | 111001 | 1111 | 11001 | 111111 | 111101 |
Color Harmonies of #DA925D
Complementary color
Monochromatic Colors of #DA925D
Black with #DA925D
Text Example
Text Example
White with #DA925D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA925D; }
p { color: rgb(218,146,93); }
H1.HeaderClassName
{
color: #DA925D;
}
.AnyTagClassName
{
color: #DA925D;
}
</style>
background-color css
<style>
a { background-color: #DA925D; }
a { background-color: rgb(218,146,93); }
div.DivClassName
{
background-color: #DA925D;
}
.BgClassName
{
background-color: #DA925D;
}
</style>
border-color css
<style>
span { border-color: #DA925D; }
span { border-color: rgb(218,146,93); }
td.TdClassName
{
border-color: #DA925D;
}
.TagClassName
{
border-color: #DA925D;
}
</style>