Shades of Whiskey Sour #D9925B
Tints of Whiskey Sour #D9925B
RGB
CMYK
RGB Variations
Color information
#D9925B (or 0xD9925B) is known color: Whiskey Sour. HEX triplet: D9, 92 and 5B. RGB value is (217,146,91). Sum of RGB (Red+Green+Blue) = 217+146+91=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 146 (57.42% from 255 or 32.16% from 454); Blue value is 91 (35.94% from 255 or 20.04% from 454); Max value from RGB is 217 - color contains mainly: red. Hex color #D9925B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9925B is #266DA4. Grayscale: #A1A1A1. Windows color (decimal): -2518437 or 6001369. OLE color: 6001369.
HSL color Cylindrical-coordinate representation of color #D9925B: hue angle of 26.19º 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 #D9925B is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 146 | 91 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.15 |
| HSL | 26.19º | 0.62% | 0.6% | - |
| HSV(B) | 26.19º | 0.58% | 0.85% | - |
| XYZ | 40.78 | 36.06 | 14.71 | - |
| YUV | 160.96 | 88.52 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 146 | 91 | 0 | 0.33 | 0.58 | 0.15 | 26.19 | 0.62 | 0.6 |
| Hex | D9 | 92 | 5B | 0 | 21 | 3A | F | 1A | 3E | 3C |
| Octal | 331 | 222 | 133 | 0 | 41 | 72 | 17 | 32 | 76 | 74 |
| Binary | 11011001 | 10010010 | 1011011 | 0 | 100001 | 111010 | 1111 | 11010 | 111110 | 111100 |
Color Harmonies of #D9925B
Complementary color
Monochromatic Colors of #D9925B
Black with #D9925B
Text Example
Text Example
White with #D9925B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9925B; }
p { color: rgb(217,146,91); }
H1.HeaderClassName
{
color: #D9925B;
}
.AnyTagClassName
{
color: #D9925B;
}
</style>
background-color css
<style>
a { background-color: #D9925B; }
a { background-color: rgb(217,146,91); }
div.DivClassName
{
background-color: #D9925B;
}
.BgClassName
{
background-color: #D9925B;
}
</style>
border-color css
<style>
span { border-color: #D9925B; }
span { border-color: rgb(217,146,91); }
td.TdClassName
{
border-color: #D9925B;
}
.TagClassName
{
border-color: #D9925B;
}
</style>