Shades of Whiskey Sour #D9885B
Tints of Whiskey Sour #D9885B
RGB
CMYK
RGB Variations
Color information
#D9885B (or 0xD9885B) is known color: Whiskey Sour. HEX triplet: D9, 88 and 5B. RGB value is (217,136,91). Sum of RGB (Red+Green+Blue) = 217+136+91=444 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.87% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 91 (35.94% from 255 or 20.50% from 444); Max value from RGB is 217 - color contains mainly: red. Hex color #D9885B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9885B is #2677A4. Grayscale: #9B9B9B. Windows color (decimal): -2520997 or 5998809. OLE color: 5998809.
HSL color Cylindrical-coordinate representation of color #D9885B: hue angle of 21.43º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D9885B is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 136 | 91 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.15 |
| HSL | 21.43º | 0.62% | 0.6% | - |
| HSV(B) | 21.43º | 0.58% | 0.85% | - |
| XYZ | 39.31 | 33.12 | 14.22 | - |
| YUV | 155.09 | 91.84 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 136 | 91 | 0 | 0.37 | 0.58 | 0.15 | 21.43 | 0.62 | 0.6 |
| Hex | D9 | 88 | 5B | 0 | 25 | 3A | F | 15 | 3E | 3C |
| Octal | 331 | 210 | 133 | 0 | 45 | 72 | 17 | 25 | 76 | 74 |
| Binary | 11011001 | 10001000 | 1011011 | 0 | 100101 | 111010 | 1111 | 10101 | 111110 | 111100 |
Color Harmonies of #D9885B
Complementary color
Monochromatic Colors of #D9885B
Black with #D9885B
Text Example
Text Example
White with #D9885B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9885B; }
p { color: rgb(217,136,91); }
H1.HeaderClassName
{
color: #D9885B;
}
.AnyTagClassName
{
color: #D9885B;
}
</style>
background-color css
<style>
a { background-color: #D9885B; }
a { background-color: rgb(217,136,91); }
div.DivClassName
{
background-color: #D9885B;
}
.BgClassName
{
background-color: #D9885B;
}
</style>
border-color css
<style>
span { border-color: #D9885B; }
span { border-color: rgb(217,136,91); }
td.TdClassName
{
border-color: #D9885B;
}
.TagClassName
{
border-color: #D9885B;
}
</style>