Shades of Whiskey Sour #D1995D
Tints of Whiskey Sour #D1995D
RGB
CMYK
RGB Variations
Color information
#D1995D (or 0xD1995D) is known color: Whiskey Sour. HEX triplet: D1, 99 and 5D. RGB value is (209,153,93). Sum of RGB (Red+Green+Blue) = 209+153+93=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 93 (36.72% from 255 or 20.44% from 455); Max value from RGB is 209 - color contains mainly: red. Hex color #D1995D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1995D is #2E66A2. Grayscale: #A3A3A3. Windows color (decimal): -3040931 or 6134225. OLE color: 6134225.
HSL color Cylindrical-coordinate representation of color #D1995D: hue angle of 31.03º 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 #D1995D is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 153 | 93 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.18 |
| HSL | 31.03º | 0.56% | 0.59% | - |
| HSV(B) | 31.03º | 0.56% | 0.82% | - |
| XYZ | 39.66 | 37.13 | 15.43 | - |
| YUV | 162.9 | 88.55 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 153 | 93 | 0 | 0.27 | 0.56 | 0.18 | 31.03 | 0.56 | 0.59 |
| Hex | D1 | 99 | 5D | 0 | 1B | 38 | 12 | 1F | 38 | 3B |
| Octal | 321 | 231 | 135 | 0 | 33 | 70 | 22 | 37 | 70 | 73 |
| Binary | 11010001 | 10011001 | 1011101 | 0 | 11011 | 111000 | 10010 | 11111 | 111000 | 111011 |
Color Harmonies of #D1995D
Complementary color
Monochromatic Colors of #D1995D
Black with #D1995D
Text Example
Text Example
White with #D1995D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1995D; }
p { color: rgb(209,153,93); }
H1.HeaderClassName
{
color: #D1995D;
}
.AnyTagClassName
{
color: #D1995D;
}
</style>
background-color css
<style>
a { background-color: #D1995D; }
a { background-color: rgb(209,153,93); }
div.DivClassName
{
background-color: #D1995D;
}
.BgClassName
{
background-color: #D1995D;
}
</style>
border-color css
<style>
span { border-color: #D1995D; }
span { border-color: rgb(209,153,93); }
td.TdClassName
{
border-color: #D1995D;
}
.TagClassName
{
border-color: #D1995D;
}
</style>