Shades of Whiskey Sour #D49250
Tints of Whiskey Sour #D49250
RGB
CMYK
RGB Variations
Color information
#D49250 (or 0xD49250) is known color: Whiskey Sour. HEX triplet: D4, 92 and 50. RGB value is (212,146,80). Sum of RGB (Red+Green+Blue) = 212+146+80=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 80 (31.64% from 255 or 18.26% from 438); Max value from RGB is 212 - color contains mainly: red. Hex color #D49250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49250 is #2B6DAF. Grayscale: #9E9E9E. Windows color (decimal): -2846128 or 5280468. OLE color: 5280468.
HSL color Cylindrical-coordinate representation of color #D49250: hue angle of 30º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D49250 is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 146 | 80 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.17 |
| HSL | 30º | 0.61% | 0.57% | - |
| HSV(B) | 30º | 0.62% | 0.83% | - |
| XYZ | 38.88 | 35.13 | 12.32 | - |
| YUV | 158.21 | 83.87 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 146 | 80 | 0 | 0.31 | 0.62 | 0.17 | 30 | 0.61 | 0.57 |
| Hex | D4 | 92 | 50 | 0 | 1F | 3E | 11 | 1E | 3D | 39 |
| Octal | 324 | 222 | 120 | 0 | 37 | 76 | 21 | 36 | 75 | 71 |
| Binary | 11010100 | 10010010 | 1010000 | 0 | 11111 | 111110 | 10001 | 11110 | 111101 | 111001 |
Color Harmonies of #D49250
Complementary color
Monochromatic Colors of #D49250
Black with #D49250
Text Example
Text Example
White with #D49250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49250; }
p { color: rgb(212,146,80); }
H1.HeaderClassName
{
color: #D49250;
}
.AnyTagClassName
{
color: #D49250;
}
</style>
background-color css
<style>
a { background-color: #D49250; }
a { background-color: rgb(212,146,80); }
div.DivClassName
{
background-color: #D49250;
}
.BgClassName
{
background-color: #D49250;
}
</style>
border-color css
<style>
span { border-color: #D49250; }
span { border-color: rgb(212,146,80); }
td.TdClassName
{
border-color: #D49250;
}
.TagClassName
{
border-color: #D49250;
}
</style>