Shades of Whiskey Sour #D09B5A
Tints of Whiskey Sour #D09B5A
RGB
CMYK
RGB Variations
Color information
#D09B5A (or 0xD09B5A) is known color: Whiskey Sour. HEX triplet: D0, 9B and 5A. RGB value is (208,155,90). Sum of RGB (Red+Green+Blue) = 208+155+90=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 155 (60.94% from 255 or 34.22% from 453); Blue value is 90 (35.55% from 255 or 19.87% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D09B5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09B5A is #2F64A5. Grayscale: #A3A3A3. Windows color (decimal): -3105958 or 5938128. OLE color: 5938128.
HSL color Cylindrical-coordinate representation of color #D09B5A: hue angle of 33.05º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D09B5A is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 155 | 90 | - |
| CMYK | 0 | 0.25 | 0.57 | 0.18 |
| HSL | 33.05º | 0.56% | 0.58% | - |
| HSV(B) | 33.05º | 0.57% | 0.82% | - |
| XYZ | 39.58 | 37.59 | 14.84 | - |
| YUV | 163.44 | 86.56 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 155 | 90 | 0 | 0.25 | 0.57 | 0.18 | 33.05 | 0.56 | 0.58 |
| Hex | D0 | 9B | 5A | 0 | 19 | 39 | 12 | 21 | 38 | 3A |
| Octal | 320 | 233 | 132 | 0 | 31 | 71 | 22 | 41 | 70 | 72 |
| Binary | 11010000 | 10011011 | 1011010 | 0 | 11001 | 111001 | 10010 | 100001 | 111000 | 111010 |
Color Harmonies of #D09B5A
Complementary color
Monochromatic Colors of #D09B5A
Black with #D09B5A
Text Example
Text Example
White with #D09B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09B5A; }
p { color: rgb(208,155,90); }
H1.HeaderClassName
{
color: #D09B5A;
}
.AnyTagClassName
{
color: #D09B5A;
}
</style>
background-color css
<style>
a { background-color: #D09B5A; }
a { background-color: rgb(208,155,90); }
div.DivClassName
{
background-color: #D09B5A;
}
.BgClassName
{
background-color: #D09B5A;
}
</style>
border-color css
<style>
span { border-color: #D09B5A; }
span { border-color: rgb(208,155,90); }
td.TdClassName
{
border-color: #D09B5A;
}
.TagClassName
{
border-color: #D09B5A;
}
</style>