Shades of Whiskey Sour #D19D64
Tints of Whiskey Sour #D19D64
RGB
CMYK
RGB Variations
Color information
#D19D64 (or 0xD19D64) is known color: Whiskey Sour. HEX triplet: D1, 9D and 64. RGB value is (209,157,100). Sum of RGB (Red+Green+Blue) = 209+157+100=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 100 (39.45% from 255 or 21.46% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D19D64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19D64 is #2E629B. Grayscale: #A6A6A6. Windows color (decimal): -3039900 or 6594001. OLE color: 6594001.
HSL color Cylindrical-coordinate representation of color #D19D64: hue angle of 31.38º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D19D64 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 157 | 100 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.18 |
| HSL | 31.38º | 0.54% | 0.61% | - |
| HSV(B) | 31.38º | 0.52% | 0.82% | - |
| XYZ | 40.65 | 38.59 | 17.36 | - |
| YUV | 166.05 | 90.73 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 157 | 100 | 0 | 0.25 | 0.52 | 0.18 | 31.38 | 0.54 | 0.61 |
| Hex | D1 | 9D | 64 | 0 | 19 | 34 | 12 | 1F | 36 | 3D |
| Octal | 321 | 235 | 144 | 0 | 31 | 64 | 22 | 37 | 66 | 75 |
| Binary | 11010001 | 10011101 | 1100100 | 0 | 11001 | 110100 | 10010 | 11111 | 110110 | 111101 |
Color Harmonies of #D19D64
Complementary color
Monochromatic Colors of #D19D64
Black with #D19D64
Text Example
Text Example
White with #D19D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19D64; }
p { color: rgb(209,157,100); }
H1.HeaderClassName
{
color: #D19D64;
}
.AnyTagClassName
{
color: #D19D64;
}
</style>
background-color css
<style>
a { background-color: #D19D64; }
a { background-color: rgb(209,157,100); }
div.DivClassName
{
background-color: #D19D64;
}
.BgClassName
{
background-color: #D19D64;
}
</style>
border-color css
<style>
span { border-color: #D19D64; }
span { border-color: rgb(209,157,100); }
td.TdClassName
{
border-color: #D19D64;
}
.TagClassName
{
border-color: #D19D64;
}
</style>