Shades of Whiskey Sour #D9905B
Tints of Whiskey Sour #D9905B
RGB
CMYK
RGB Variations
Color information
#D9905B (or 0xD9905B) is known color: Whiskey Sour. HEX triplet: D9, 90 and 5B. RGB value is (217,144,91). Sum of RGB (Red+Green+Blue) = 217+144+91=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 144 (56.64% from 255 or 31.86% from 452); Blue value is 91 (35.94% from 255 or 20.13% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D9905B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9905B is #266FA4. Grayscale: #A0A0A0. Windows color (decimal): -2518949 or 6000857. OLE color: 6000857.
HSL color Cylindrical-coordinate representation of color #D9905B: hue angle of 25.24º 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 #D9905B is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 144 | 91 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.15 |
| HSL | 25.24º | 0.62% | 0.6% | - |
| HSV(B) | 25.24º | 0.58% | 0.85% | - |
| XYZ | 40.48 | 35.45 | 14.61 | - |
| YUV | 159.79 | 89.18 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 144 | 91 | 0 | 0.34 | 0.58 | 0.15 | 25.24 | 0.62 | 0.6 |
| Hex | D9 | 90 | 5B | 0 | 22 | 3A | F | 19 | 3E | 3C |
| Octal | 331 | 220 | 133 | 0 | 42 | 72 | 17 | 31 | 76 | 74 |
| Binary | 11011001 | 10010000 | 1011011 | 0 | 100010 | 111010 | 1111 | 11001 | 111110 | 111100 |
Color Harmonies of #D9905B
Complementary color
Monochromatic Colors of #D9905B
Black with #D9905B
Text Example
Text Example
White with #D9905B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9905B; }
p { color: rgb(217,144,91); }
H1.HeaderClassName
{
color: #D9905B;
}
.AnyTagClassName
{
color: #D9905B;
}
</style>
background-color css
<style>
a { background-color: #D9905B; }
a { background-color: rgb(217,144,91); }
div.DivClassName
{
background-color: #D9905B;
}
.BgClassName
{
background-color: #D9905B;
}
</style>
border-color css
<style>
span { border-color: #D9905B; }
span { border-color: rgb(217,144,91); }
td.TdClassName
{
border-color: #D9905B;
}
.TagClassName
{
border-color: #D9905B;
}
</style>