Shades of Whiskey Sour #D09155
Tints of Whiskey Sour #D09155
RGB
CMYK
RGB Variations
Color information
#D09155 (or 0xD09155) is known color: Whiskey Sour. HEX triplet: D0, 91 and 55. RGB value is (208,145,85). Sum of RGB (Red+Green+Blue) = 208+145+85=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 145 (57.03% from 255 or 33.11% from 438); Blue value is 85 (33.59% from 255 or 19.41% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D09155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09155 is #2F6EAA. Grayscale: #9D9D9D. Windows color (decimal): -3108523 or 5607888. OLE color: 5607888.
HSL color Cylindrical-coordinate representation of color #D09155: hue angle of 29.27º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D09155 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 145 | 85 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.18 |
| HSL | 29.27º | 0.57% | 0.57% | - |
| HSV(B) | 29.27º | 0.59% | 0.82% | - |
| XYZ | 37.78 | 34.32 | 13.23 | - |
| YUV | 157 | 87.37 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 145 | 85 | 0 | 0.30 | 0.59 | 0.18 | 29.27 | 0.57 | 0.57 |
| Hex | D0 | 91 | 55 | 0 | 1E | 3B | 12 | 1D | 39 | 39 |
| Octal | 320 | 221 | 125 | 0 | 36 | 73 | 22 | 35 | 71 | 71 |
| Binary | 11010000 | 10010001 | 1010101 | 0 | 11110 | 111011 | 10010 | 11101 | 111001 | 111001 |
Color Harmonies of #D09155
Complementary color
Monochromatic Colors of #D09155
Black with #D09155
Text Example
Text Example
White with #D09155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09155; }
p { color: rgb(208,145,85); }
H1.HeaderClassName
{
color: #D09155;
}
.AnyTagClassName
{
color: #D09155;
}
</style>
background-color css
<style>
a { background-color: #D09155; }
a { background-color: rgb(208,145,85); }
div.DivClassName
{
background-color: #D09155;
}
.BgClassName
{
background-color: #D09155;
}
</style>
border-color css
<style>
span { border-color: #D09155; }
span { border-color: rgb(208,145,85); }
td.TdClassName
{
border-color: #D09155;
}
.TagClassName
{
border-color: #D09155;
}
</style>