Shades of Whiskey Sour #D1935C
Tints of Whiskey Sour #D1935C
RGB
CMYK
RGB Variations
Color information
#D1935C (or 0xD1935C) is known color: Whiskey Sour. HEX triplet: D1, 93 and 5C. RGB value is (209,147,92). Sum of RGB (Red+Green+Blue) = 209+147+92=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 147 (57.81% from 255 or 32.81% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 209 - color contains mainly: red. Hex color #D1935C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1935C is #2E6CA3. Grayscale: #9F9F9F. Windows color (decimal): -3042468 or 6067153. OLE color: 6067153.
HSL color Cylindrical-coordinate representation of color #D1935C: hue angle of 28.21º 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 #D1935C is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 147 | 92 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.18 |
| HSL | 28.21º | 0.56% | 0.59% | - |
| HSV(B) | 28.21º | 0.56% | 0.82% | - |
| XYZ | 38.66 | 35.2 | 14.88 | - |
| YUV | 159.27 | 90.04 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 147 | 92 | 0 | 0.30 | 0.56 | 0.18 | 28.21 | 0.56 | 0.59 |
| Hex | D1 | 93 | 5C | 0 | 1E | 38 | 12 | 1C | 38 | 3B |
| Octal | 321 | 223 | 134 | 0 | 36 | 70 | 22 | 34 | 70 | 73 |
| Binary | 11010001 | 10010011 | 1011100 | 0 | 11110 | 111000 | 10010 | 11100 | 111000 | 111011 |
Color Harmonies of #D1935C
Complementary color
Monochromatic Colors of #D1935C
Black with #D1935C
Text Example
Text Example
White with #D1935C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1935C; }
p { color: rgb(209,147,92); }
H1.HeaderClassName
{
color: #D1935C;
}
.AnyTagClassName
{
color: #D1935C;
}
</style>
background-color css
<style>
a { background-color: #D1935C; }
a { background-color: rgb(209,147,92); }
div.DivClassName
{
background-color: #D1935C;
}
.BgClassName
{
background-color: #D1935C;
}
</style>
border-color css
<style>
span { border-color: #D1935C; }
span { border-color: rgb(209,147,92); }
td.TdClassName
{
border-color: #D1935C;
}
.TagClassName
{
border-color: #D1935C;
}
</style>