Shades of Whiskey Sour #D09B5D
Tints of Whiskey Sour #D09B5D
RGB
CMYK
RGB Variations
Color information
#D09B5D (or 0xD09B5D) is known color: Whiskey Sour. HEX triplet: D0, 9B and 5D. RGB value is (208,155,93). Sum of RGB (Red+Green+Blue) = 208+155+93=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 155 (60.94% from 255 or 33.99% from 456); Blue value is 93 (36.72% from 255 or 20.39% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D09B5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09B5D is #2F64A2. Grayscale: #A4A4A4. Windows color (decimal): -3105955 or 6134736. OLE color: 6134736.
HSL color Cylindrical-coordinate representation of color #D09B5D: hue angle of 32.35º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D09B5D is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 155 | 93 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.18 |
| HSL | 32.35º | 0.55% | 0.59% | - |
| HSV(B) | 32.35º | 0.55% | 0.82% | - |
| XYZ | 39.71 | 37.64 | 15.53 | - |
| YUV | 163.78 | 88.06 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 155 | 93 | 0 | 0.25 | 0.55 | 0.18 | 32.35 | 0.55 | 0.59 |
| Hex | D0 | 9B | 5D | 0 | 19 | 37 | 12 | 20 | 37 | 3B |
| Octal | 320 | 233 | 135 | 0 | 31 | 67 | 22 | 40 | 67 | 73 |
| Binary | 11010000 | 10011011 | 1011101 | 0 | 11001 | 110111 | 10010 | 100000 | 110111 | 111011 |
Color Harmonies of #D09B5D
Complementary color
Monochromatic Colors of #D09B5D
Black with #D09B5D
Text Example
Text Example
White with #D09B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09B5D; }
p { color: rgb(208,155,93); }
H1.HeaderClassName
{
color: #D09B5D;
}
.AnyTagClassName
{
color: #D09B5D;
}
</style>
background-color css
<style>
a { background-color: #D09B5D; }
a { background-color: rgb(208,155,93); }
div.DivClassName
{
background-color: #D09B5D;
}
.BgClassName
{
background-color: #D09B5D;
}
</style>
border-color css
<style>
span { border-color: #D09B5D; }
span { border-color: rgb(208,155,93); }
td.TdClassName
{
border-color: #D09B5D;
}
.TagClassName
{
border-color: #D09B5D;
}
</style>