Shades of Whiskey Sour #D09A5F
Tints of Whiskey Sour #D09A5F
RGB
CMYK
RGB Variations
Color information
#D09A5F (or 0xD09A5F) is known color: Whiskey Sour. HEX triplet: D0, 9A and 5F. RGB value is (208,154,95). Sum of RGB (Red+Green+Blue) = 208+154+95=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 95 (37.5% from 255 or 20.79% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09A5F is #2F65A0. Grayscale: #A3A3A3. Windows color (decimal): -3106209 or 6265552. OLE color: 6265552.
HSL color Cylindrical-coordinate representation of color #D09A5F: hue angle of 31.33º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D09A5F is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 154 | 95 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.18 |
| HSL | 31.33º | 0.55% | 0.59% | - |
| HSV(B) | 31.33º | 0.54% | 0.82% | - |
| XYZ | 39.63 | 37.35 | 15.95 | - |
| YUV | 163.42 | 89.39 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 154 | 95 | 0 | 0.26 | 0.54 | 0.18 | 31.33 | 0.55 | 0.59 |
| Hex | D0 | 9A | 5F | 0 | 1A | 36 | 12 | 1F | 37 | 3B |
| Octal | 320 | 232 | 137 | 0 | 32 | 66 | 22 | 37 | 67 | 73 |
| Binary | 11010000 | 10011010 | 1011111 | 0 | 11010 | 110110 | 10010 | 11111 | 110111 | 111011 |
Color Harmonies of #D09A5F
Complementary color
Monochromatic Colors of #D09A5F
Black with #D09A5F
Text Example
Text Example
White with #D09A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09A5F; }
p { color: rgb(208,154,95); }
H1.HeaderClassName
{
color: #D09A5F;
}
.AnyTagClassName
{
color: #D09A5F;
}
</style>
background-color css
<style>
a { background-color: #D09A5F; }
a { background-color: rgb(208,154,95); }
div.DivClassName
{
background-color: #D09A5F;
}
.BgClassName
{
background-color: #D09A5F;
}
</style>
border-color css
<style>
span { border-color: #D09A5F; }
span { border-color: rgb(208,154,95); }
td.TdClassName
{
border-color: #D09A5F;
}
.TagClassName
{
border-color: #D09A5F;
}
</style>