Shades of Whiskey Sour #D09157
Tints of Whiskey Sour #D09157
RGB
CMYK
RGB Variations
Color information
#D09157 (or 0xD09157) is known color: Whiskey Sour. HEX triplet: D0, 91 and 57. RGB value is (208,145,87). Sum of RGB (Red+Green+Blue) = 208+145+87=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 145 (57.03% from 255 or 32.95% from 440); Blue value is 87 (34.38% from 255 or 19.77% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D09157 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09157 is #2F6EA8. Grayscale: #9D9D9D. Windows color (decimal): -3108521 or 5738960. OLE color: 5738960.
HSL color Cylindrical-coordinate representation of color #D09157: hue angle of 28.76º 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 #D09157 is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 145 | 87 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.18 |
| HSL | 28.76º | 0.56% | 0.58% | - |
| HSV(B) | 28.76º | 0.58% | 0.82% | - |
| XYZ | 37.86 | 34.35 | 13.65 | - |
| YUV | 157.23 | 88.37 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 145 | 87 | 0 | 0.30 | 0.58 | 0.18 | 28.76 | 0.56 | 0.58 |
| Hex | D0 | 91 | 57 | 0 | 1E | 3A | 12 | 1D | 38 | 3A |
| Octal | 320 | 221 | 127 | 0 | 36 | 72 | 22 | 35 | 70 | 72 |
| Binary | 11010000 | 10010001 | 1010111 | 0 | 11110 | 111010 | 10010 | 11101 | 111000 | 111010 |
Color Harmonies of #D09157
Complementary color
Monochromatic Colors of #D09157
Black with #D09157
Text Example
Text Example
White with #D09157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09157; }
p { color: rgb(208,145,87); }
H1.HeaderClassName
{
color: #D09157;
}
.AnyTagClassName
{
color: #D09157;
}
</style>
background-color css
<style>
a { background-color: #D09157; }
a { background-color: rgb(208,145,87); }
div.DivClassName
{
background-color: #D09157;
}
.BgClassName
{
background-color: #D09157;
}
</style>
border-color css
<style>
span { border-color: #D09157; }
span { border-color: rgb(208,145,87); }
td.TdClassName
{
border-color: #D09157;
}
.TagClassName
{
border-color: #D09157;
}
</style>