Shades of Whiskey Sour #D19251
Tints of Whiskey Sour #D19251
RGB
CMYK
RGB Variations
Color information
#D19251 (or 0xD19251) is known color: Whiskey Sour. HEX triplet: D1, 92 and 51. RGB value is (209,146,81). Sum of RGB (Red+Green+Blue) = 209+146+81=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 81 (32.03% from 255 or 18.58% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D19251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19251 is #2E6DAE. Grayscale: #9D9D9D. Windows color (decimal): -3042735 or 5346001. OLE color: 5346001.
HSL color Cylindrical-coordinate representation of color #D19251: hue angle of 30.47º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D19251 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 146 | 81 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.18 |
| HSL | 30.47º | 0.58% | 0.57% | - |
| HSV(B) | 30.47º | 0.61% | 0.82% | - |
| XYZ | 38.06 | 34.71 | 12.48 | - |
| YUV | 157.43 | 84.87 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 146 | 81 | 0 | 0.30 | 0.61 | 0.18 | 30.47 | 0.58 | 0.57 |
| Hex | D1 | 92 | 51 | 0 | 1E | 3D | 12 | 1E | 3A | 39 |
| Octal | 321 | 222 | 121 | 0 | 36 | 75 | 22 | 36 | 72 | 71 |
| Binary | 11010001 | 10010010 | 1010001 | 0 | 11110 | 111101 | 10010 | 11110 | 111010 | 111001 |
Color Harmonies of #D19251
Complementary color
Monochromatic Colors of #D19251
Black with #D19251
Text Example
Text Example
White with #D19251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19251; }
p { color: rgb(209,146,81); }
H1.HeaderClassName
{
color: #D19251;
}
.AnyTagClassName
{
color: #D19251;
}
</style>
background-color css
<style>
a { background-color: #D19251; }
a { background-color: rgb(209,146,81); }
div.DivClassName
{
background-color: #D19251;
}
.BgClassName
{
background-color: #D19251;
}
</style>
border-color css
<style>
span { border-color: #D19251; }
span { border-color: rgb(209,146,81); }
td.TdClassName
{
border-color: #D19251;
}
.TagClassName
{
border-color: #D19251;
}
</style>