Shades of Whiskey Sour #DA925C
Tints of Whiskey Sour #DA925C
RGB
CMYK
RGB Variations
Color information
#DA925C (or 0xDA925C) is known color: Whiskey Sour. HEX triplet: DA, 92 and 5C. RGB value is (218,146,92). Sum of RGB (Red+Green+Blue) = 218+146+92=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 146 (57.42% from 255 or 32.02% from 456); Blue value is 92 (36.33% from 255 or 20.18% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA925C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA925C is #256DA3. Grayscale: #A1A1A1. Windows color (decimal): -2452900 or 6066906. OLE color: 6066906.
HSL color Cylindrical-coordinate representation of color #DA925C: hue angle of 25.71º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA925C is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 146 | 92 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.15 |
| HSL | 25.71º | 0.63% | 0.61% | - |
| HSV(B) | 25.71º | 0.58% | 0.85% | - |
| XYZ | 41.12 | 36.24 | 14.95 | - |
| YUV | 161.37 | 88.85 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 146 | 92 | 0 | 0.33 | 0.58 | 0.15 | 25.71 | 0.63 | 0.61 |
| Hex | DA | 92 | 5C | 0 | 21 | 3A | F | 1A | 3F | 3D |
| Octal | 332 | 222 | 134 | 0 | 41 | 72 | 17 | 32 | 77 | 75 |
| Binary | 11011010 | 10010010 | 1011100 | 0 | 100001 | 111010 | 1111 | 11010 | 111111 | 111101 |
Color Harmonies of #DA925C
Complementary color
Monochromatic Colors of #DA925C
Black with #DA925C
Text Example
Text Example
White with #DA925C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA925C; }
p { color: rgb(218,146,92); }
H1.HeaderClassName
{
color: #DA925C;
}
.AnyTagClassName
{
color: #DA925C;
}
</style>
background-color css
<style>
a { background-color: #DA925C; }
a { background-color: rgb(218,146,92); }
div.DivClassName
{
background-color: #DA925C;
}
.BgClassName
{
background-color: #DA925C;
}
</style>
border-color css
<style>
span { border-color: #DA925C; }
span { border-color: rgb(218,146,92); }
td.TdClassName
{
border-color: #DA925C;
}
.TagClassName
{
border-color: #DA925C;
}
</style>