Shades of Whiskey Sour #D09456
Tints of Whiskey Sour #D09456
RGB
CMYK
RGB Variations
Color information
#D09456 (or 0xD09456) is known color: Whiskey Sour. HEX triplet: D0, 94 and 56. RGB value is (208,148,86). Sum of RGB (Red+Green+Blue) = 208+148+86=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 148 (58.20% from 255 or 33.48% from 442); Blue value is 86 (33.98% from 255 or 19.46% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D09456 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09456 is #2F6BA9. Grayscale: #9F9F9F. Windows color (decimal): -3107754 or 5674192. OLE color: 5674192.
HSL color Cylindrical-coordinate representation of color #D09456: hue angle of 30.49º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D09456 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 148 | 86 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.18 |
| HSL | 30.49º | 0.56% | 0.58% | - |
| HSV(B) | 30.49º | 0.59% | 0.82% | - |
| XYZ | 38.28 | 35.26 | 13.59 | - |
| YUV | 158.87 | 86.88 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 148 | 86 | 0 | 0.29 | 0.59 | 0.18 | 30.49 | 0.56 | 0.58 |
| Hex | D0 | 94 | 56 | 0 | 1D | 3B | 12 | 1E | 38 | 3A |
| Octal | 320 | 224 | 126 | 0 | 35 | 73 | 22 | 36 | 70 | 72 |
| Binary | 11010000 | 10010100 | 1010110 | 0 | 11101 | 111011 | 10010 | 11110 | 111000 | 111010 |
Color Harmonies of #D09456
Complementary color
Monochromatic Colors of #D09456
Black with #D09456
Text Example
Text Example
White with #D09456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09456; }
p { color: rgb(208,148,86); }
H1.HeaderClassName
{
color: #D09456;
}
.AnyTagClassName
{
color: #D09456;
}
</style>
background-color css
<style>
a { background-color: #D09456; }
a { background-color: rgb(208,148,86); }
div.DivClassName
{
background-color: #D09456;
}
.BgClassName
{
background-color: #D09456;
}
</style>
border-color css
<style>
span { border-color: #D09456; }
span { border-color: rgb(208,148,86); }
td.TdClassName
{
border-color: #D09456;
}
.TagClassName
{
border-color: #D09456;
}
</style>