Shades of Whiskey Sour #D1955B
Tints of Whiskey Sour #D1955B
RGB
CMYK
RGB Variations
Color information
#D1955B (or 0xD1955B) is known color: Whiskey Sour. HEX triplet: D1, 95 and 5B. RGB value is (209,149,91). Sum of RGB (Red+Green+Blue) = 209+149+91=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 91 (35.94% from 255 or 20.27% from 449); Max value from RGB is 209 - color contains mainly: red. Hex color #D1955B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1955B is #2E6AA4. Grayscale: #A0A0A0. Windows color (decimal): -3041957 or 6002129. OLE color: 6002129.
HSL color Cylindrical-coordinate representation of color #D1955B: hue angle of 29.49º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D1955B is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 149 | 91 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.18 |
| HSL | 29.49º | 0.56% | 0.59% | - |
| HSV(B) | 29.49º | 0.56% | 0.82% | - |
| XYZ | 38.93 | 35.81 | 14.76 | - |
| YUV | 160.33 | 88.88 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 149 | 91 | 0 | 0.29 | 0.56 | 0.18 | 29.49 | 0.56 | 0.59 |
| Hex | D1 | 95 | 5B | 0 | 1D | 38 | 12 | 1D | 38 | 3B |
| Octal | 321 | 225 | 133 | 0 | 35 | 70 | 22 | 35 | 70 | 73 |
| Binary | 11010001 | 10010101 | 1011011 | 0 | 11101 | 111000 | 10010 | 11101 | 111000 | 111011 |
Color Harmonies of #D1955B
Complementary color
Monochromatic Colors of #D1955B
Black with #D1955B
Text Example
Text Example
White with #D1955B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1955B; }
p { color: rgb(209,149,91); }
H1.HeaderClassName
{
color: #D1955B;
}
.AnyTagClassName
{
color: #D1955B;
}
</style>
background-color css
<style>
a { background-color: #D1955B; }
a { background-color: rgb(209,149,91); }
div.DivClassName
{
background-color: #D1955B;
}
.BgClassName
{
background-color: #D1955B;
}
</style>
border-color css
<style>
span { border-color: #D1955B; }
span { border-color: rgb(209,149,91); }
td.TdClassName
{
border-color: #D1955B;
}
.TagClassName
{
border-color: #D1955B;
}
</style>