Shades of Whiskey Sour #D9885A
Tints of Whiskey Sour #D9885A
RGB
CMYK
RGB Variations
Color information
#D9885A (or 0xD9885A) is known color: Whiskey Sour. HEX triplet: D9, 88 and 5A. RGB value is (217,136,90). Sum of RGB (Red+Green+Blue) = 217+136+90=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 90 (35.55% from 255 or 20.32% from 443); Max value from RGB is 217 - color contains mainly: red. Hex color #D9885A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9885A is #2677A5. Grayscale: #9B9B9B. Windows color (decimal): -2520998 or 5933273. OLE color: 5933273.
HSL color Cylindrical-coordinate representation of color #D9885A: hue angle of 21.73º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D9885A is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 136 | 90 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.15 |
| HSL | 21.73º | 0.63% | 0.6% | - |
| HSV(B) | 21.73º | 0.59% | 0.85% | - |
| XYZ | 39.26 | 33.1 | 13.99 | - |
| YUV | 154.98 | 91.34 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 136 | 90 | 0 | 0.37 | 0.59 | 0.15 | 21.73 | 0.63 | 0.6 |
| Hex | D9 | 88 | 5A | 0 | 25 | 3B | F | 16 | 3F | 3C |
| Octal | 331 | 210 | 132 | 0 | 45 | 73 | 17 | 26 | 77 | 74 |
| Binary | 11011001 | 10001000 | 1011010 | 0 | 100101 | 111011 | 1111 | 10110 | 111111 | 111100 |
Color Harmonies of #D9885A
Complementary color
Monochromatic Colors of #D9885A
Black with #D9885A
Text Example
Text Example
White with #D9885A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9885A; }
p { color: rgb(217,136,90); }
H1.HeaderClassName
{
color: #D9885A;
}
.AnyTagClassName
{
color: #D9885A;
}
</style>
background-color css
<style>
a { background-color: #D9885A; }
a { background-color: rgb(217,136,90); }
div.DivClassName
{
background-color: #D9885A;
}
.BgClassName
{
background-color: #D9885A;
}
</style>
border-color css
<style>
span { border-color: #D9885A; }
span { border-color: rgb(217,136,90); }
td.TdClassName
{
border-color: #D9885A;
}
.TagClassName
{
border-color: #D9885A;
}
</style>