Shades of Whiskey Sour #D09B63
Tints of Whiskey Sour #D09B63
RGB
CMYK
RGB Variations
Color information
#D09B63 (or 0xD09B63) is known color: Whiskey Sour. HEX triplet: D0, 9B and 63. RGB value is (208,155,99). Sum of RGB (Red+Green+Blue) = 208+155+99=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 155 (60.94% from 255 or 33.55% from 462); Blue value is 99 (39.06% from 255 or 21.43% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D09B63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09B63 is #2F649C. Grayscale: #A4A4A4. Windows color (decimal): -3105949 or 6527952. OLE color: 6527952.
HSL color Cylindrical-coordinate representation of color #D09B63: hue angle of 30.83º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D09B63 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 155 | 99 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.18 |
| HSL | 30.83º | 0.54% | 0.6% | - |
| HSV(B) | 30.83º | 0.52% | 0.82% | - |
| XYZ | 39.99 | 37.75 | 16.98 | - |
| YUV | 164.46 | 91.06 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 155 | 99 | 0 | 0.25 | 0.52 | 0.18 | 30.83 | 0.54 | 0.6 |
| Hex | D0 | 9B | 63 | 0 | 19 | 34 | 12 | 1F | 36 | 3C |
| Octal | 320 | 233 | 143 | 0 | 31 | 64 | 22 | 37 | 66 | 74 |
| Binary | 11010000 | 10011011 | 1100011 | 0 | 11001 | 110100 | 10010 | 11111 | 110110 | 111100 |
Color Harmonies of #D09B63
Complementary color
Monochromatic Colors of #D09B63
Black with #D09B63
Text Example
Text Example
White with #D09B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09B63; }
p { color: rgb(208,155,99); }
H1.HeaderClassName
{
color: #D09B63;
}
.AnyTagClassName
{
color: #D09B63;
}
</style>
background-color css
<style>
a { background-color: #D09B63; }
a { background-color: rgb(208,155,99); }
div.DivClassName
{
background-color: #D09B63;
}
.BgClassName
{
background-color: #D09B63;
}
</style>
border-color css
<style>
span { border-color: #D09B63; }
span { border-color: rgb(208,155,99); }
td.TdClassName
{
border-color: #D09B63;
}
.TagClassName
{
border-color: #D09B63;
}
</style>