Shades of Whiskey Sour #D09D63
Tints of Whiskey Sour #D09D63
RGB
CMYK
RGB Variations
Color information
#D09D63 (or 0xD09D63) is known color: Whiskey Sour. HEX triplet: D0, 9D and 63. RGB value is (208,157,99). Sum of RGB (Red+Green+Blue) = 208+157+99=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 157 (61.72% from 255 or 33.84% from 464); Blue value is 99 (39.06% from 255 or 21.34% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D09D63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09D63 is #2F629C. Grayscale: #A5A5A5. Windows color (decimal): -3105437 or 6528464. OLE color: 6528464.
HSL color Cylindrical-coordinate representation of color #D09D63: hue angle of 31.93º 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 #D09D63 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 157 | 99 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.18 |
| HSL | 31.93º | 0.54% | 0.6% | - |
| HSV(B) | 31.93º | 0.52% | 0.82% | - |
| XYZ | 40.32 | 38.42 | 17.1 | - |
| YUV | 165.64 | 90.4 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 157 | 99 | 0 | 0.25 | 0.52 | 0.18 | 31.93 | 0.54 | 0.6 |
| Hex | D0 | 9D | 63 | 0 | 19 | 34 | 12 | 20 | 36 | 3C |
| Octal | 320 | 235 | 143 | 0 | 31 | 64 | 22 | 40 | 66 | 74 |
| Binary | 11010000 | 10011101 | 1100011 | 0 | 11001 | 110100 | 10010 | 100000 | 110110 | 111100 |
Color Harmonies of #D09D63
Complementary color
Monochromatic Colors of #D09D63
Black with #D09D63
Text Example
Text Example
White with #D09D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09D63; }
p { color: rgb(208,157,99); }
H1.HeaderClassName
{
color: #D09D63;
}
.AnyTagClassName
{
color: #D09D63;
}
</style>
background-color css
<style>
a { background-color: #D09D63; }
a { background-color: rgb(208,157,99); }
div.DivClassName
{
background-color: #D09D63;
}
.BgClassName
{
background-color: #D09D63;
}
</style>
border-color css
<style>
span { border-color: #D09D63; }
span { border-color: rgb(208,157,99); }
td.TdClassName
{
border-color: #D09D63;
}
.TagClassName
{
border-color: #D09D63;
}
</style>