Shades of Whiskey Sour #D9965B
Tints of Whiskey Sour #D9965B
RGB
CMYK
RGB Variations
Color information
#D9965B (or 0xD9965B) is known color: Whiskey Sour. HEX triplet: D9, 96 and 5B. RGB value is (217,150,91). Sum of RGB (Red+Green+Blue) = 217+150+91=458 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.38% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 91 (35.94% from 255 or 19.87% from 458); Max value from RGB is 217 - color contains mainly: red. Hex color #D9965B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9965B is #2669A4. Grayscale: #A3A3A3. Windows color (decimal): -2517413 or 6002393. OLE color: 6002393.
HSL color Cylindrical-coordinate representation of color #D9965B: hue angle of 28.1º 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 #D9965B is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 150 | 91 | - |
| CMYK | 0 | 0.31 | 0.58 | 0.15 |
| HSL | 28.1º | 0.62% | 0.6% | - |
| HSV(B) | 28.1º | 0.58% | 0.85% | - |
| XYZ | 41.41 | 37.32 | 14.92 | - |
| YUV | 163.31 | 87.2 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 91 | 0 | 0.31 | 0.58 | 0.15 | 28.1 | 0.62 | 0.6 |
| Hex | D9 | 96 | 5B | 0 | 1F | 3A | F | 1C | 3E | 3C |
| Octal | 331 | 226 | 133 | 0 | 37 | 72 | 17 | 34 | 76 | 74 |
| Binary | 11011001 | 10010110 | 1011011 | 0 | 11111 | 111010 | 1111 | 11100 | 111110 | 111100 |
Color Harmonies of #D9965B
Complementary color
Monochromatic Colors of #D9965B
Black with #D9965B
Text Example
Text Example
White with #D9965B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9965B; }
p { color: rgb(217,150,91); }
H1.HeaderClassName
{
color: #D9965B;
}
.AnyTagClassName
{
color: #D9965B;
}
</style>
background-color css
<style>
a { background-color: #D9965B; }
a { background-color: rgb(217,150,91); }
div.DivClassName
{
background-color: #D9965B;
}
.BgClassName
{
background-color: #D9965B;
}
</style>
border-color css
<style>
span { border-color: #D9965B; }
span { border-color: rgb(217,150,91); }
td.TdClassName
{
border-color: #D9965B;
}
.TagClassName
{
border-color: #D9965B;
}
</style>