Shades of Whiskey Sour #D9955C
Tints of Whiskey Sour #D9955C
RGB
CMYK
RGB Variations
Color information
#D9955C (or 0xD9955C) is known color: Whiskey Sour. HEX triplet: D9, 95 and 5C. RGB value is (217,149,92). Sum of RGB (Red+Green+Blue) = 217+149+92=458 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.38% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 92 (36.33% from 255 or 20.09% from 458); Max value from RGB is 217 - color contains mainly: red. Hex color #D9955C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9955C is #266AA3. Grayscale: #A3A3A3. Windows color (decimal): -2517668 or 6067673. OLE color: 6067673.
HSL color Cylindrical-coordinate representation of color #D9955C: hue angle of 27.36º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D9955C is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 149 | 92 | - |
| CMYK | 0 | 0.31 | 0.58 | 0.15 |
| HSL | 27.36º | 0.62% | 0.61% | - |
| HSV(B) | 27.36º | 0.58% | 0.85% | - |
| XYZ | 41.29 | 37.02 | 15.09 | - |
| YUV | 162.83 | 88.03 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 149 | 92 | 0 | 0.31 | 0.58 | 0.15 | 27.36 | 0.62 | 0.61 |
| Hex | D9 | 95 | 5C | 0 | 1F | 3A | F | 1B | 3E | 3D |
| Octal | 331 | 225 | 134 | 0 | 37 | 72 | 17 | 33 | 76 | 75 |
| Binary | 11011001 | 10010101 | 1011100 | 0 | 11111 | 111010 | 1111 | 11011 | 111110 | 111101 |
Color Harmonies of #D9955C
Complementary color
Monochromatic Colors of #D9955C
Black with #D9955C
Text Example
Text Example
White with #D9955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9955C; }
p { color: rgb(217,149,92); }
H1.HeaderClassName
{
color: #D9955C;
}
.AnyTagClassName
{
color: #D9955C;
}
</style>
background-color css
<style>
a { background-color: #D9955C; }
a { background-color: rgb(217,149,92); }
div.DivClassName
{
background-color: #D9955C;
}
.BgClassName
{
background-color: #D9955C;
}
</style>
border-color css
<style>
span { border-color: #D9955C; }
span { border-color: rgb(217,149,92); }
td.TdClassName
{
border-color: #D9955C;
}
.TagClassName
{
border-color: #D9955C;
}
</style>