Shades of Whiskey Sour #D9915B
Tints of Whiskey Sour #D9915B
RGB
CMYK
RGB Variations
Color information
#D9915B (or 0xD9915B) is known color: Whiskey Sour. HEX triplet: D9, 91 and 5B. RGB value is (217,145,91). Sum of RGB (Red+Green+Blue) = 217+145+91=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 145 (57.03% from 255 or 32.01% from 453); Blue value is 91 (35.94% from 255 or 20.09% from 453); Max value from RGB is 217 - color contains mainly: red. Hex color #D9915B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9915B is #266EA4. Grayscale: #A0A0A0. Windows color (decimal): -2518693 or 6001113. OLE color: 6001113.
HSL color Cylindrical-coordinate representation of color #D9915B: hue angle of 25.71º 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 #D9915B is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 145 | 91 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.15 |
| HSL | 25.71º | 0.62% | 0.6% | - |
| HSV(B) | 25.71º | 0.58% | 0.85% | - |
| XYZ | 40.63 | 35.76 | 14.66 | - |
| YUV | 160.37 | 88.85 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 145 | 91 | 0 | 0.33 | 0.58 | 0.15 | 25.71 | 0.62 | 0.6 |
| Hex | D9 | 91 | 5B | 0 | 21 | 3A | F | 1A | 3E | 3C |
| Octal | 331 | 221 | 133 | 0 | 41 | 72 | 17 | 32 | 76 | 74 |
| Binary | 11011001 | 10010001 | 1011011 | 0 | 100001 | 111010 | 1111 | 11010 | 111110 | 111100 |
Color Harmonies of #D9915B
Complementary color
Monochromatic Colors of #D9915B
Black with #D9915B
Text Example
Text Example
White with #D9915B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9915B; }
p { color: rgb(217,145,91); }
H1.HeaderClassName
{
color: #D9915B;
}
.AnyTagClassName
{
color: #D9915B;
}
</style>
background-color css
<style>
a { background-color: #D9915B; }
a { background-color: rgb(217,145,91); }
div.DivClassName
{
background-color: #D9915B;
}
.BgClassName
{
background-color: #D9915B;
}
</style>
border-color css
<style>
span { border-color: #D9915B; }
span { border-color: rgb(217,145,91); }
td.TdClassName
{
border-color: #D9915B;
}
.TagClassName
{
border-color: #D9915B;
}
</style>