Shades of Whiskey Sour #D09258
Tints of Whiskey Sour #D09258
RGB
CMYK
RGB Variations
Color information
#D09258 (or 0xD09258) is known color: Whiskey Sour. HEX triplet: D0, 92 and 58. RGB value is (208,146,88). Sum of RGB (Red+Green+Blue) = 208+146+88=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 146 (57.42% from 255 or 33.03% from 442); Blue value is 88 (34.77% from 255 or 19.91% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D09258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09258 is #2F6DA7. Grayscale: #9E9E9E. Windows color (decimal): -3108264 or 5804752. OLE color: 5804752.
HSL color Cylindrical-coordinate representation of color #D09258: hue angle of 29º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D09258 is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 146 | 88 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.18 |
| HSL | 29º | 0.56% | 0.58% | - |
| HSV(B) | 29º | 0.58% | 0.82% | - |
| XYZ | 38.05 | 34.67 | 13.92 | - |
| YUV | 157.93 | 88.54 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 146 | 88 | 0 | 0.30 | 0.58 | 0.18 | 29 | 0.56 | 0.58 |
| Hex | D0 | 92 | 58 | 0 | 1E | 3A | 12 | 1D | 38 | 3A |
| Octal | 320 | 222 | 130 | 0 | 36 | 72 | 22 | 35 | 70 | 72 |
| Binary | 11010000 | 10010010 | 1011000 | 0 | 11110 | 111010 | 10010 | 11101 | 111000 | 111010 |
Color Harmonies of #D09258
Complementary color
Monochromatic Colors of #D09258
Black with #D09258
Text Example
Text Example
White with #D09258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09258; }
p { color: rgb(208,146,88); }
H1.HeaderClassName
{
color: #D09258;
}
.AnyTagClassName
{
color: #D09258;
}
</style>
background-color css
<style>
a { background-color: #D09258; }
a { background-color: rgb(208,146,88); }
div.DivClassName
{
background-color: #D09258;
}
.BgClassName
{
background-color: #D09258;
}
</style>
border-color css
<style>
span { border-color: #D09258; }
span { border-color: rgb(208,146,88); }
td.TdClassName
{
border-color: #D09258;
}
.TagClassName
{
border-color: #D09258;
}
</style>