Shades of Whiskey Sour #D1935B
Tints of Whiskey Sour #D1935B
RGB
CMYK
RGB Variations
Color information
#D1935B (or 0xD1935B) is known color: Whiskey Sour. HEX triplet: D1, 93 and 5B. RGB value is (209,147,91). Sum of RGB (Red+Green+Blue) = 209+147+91=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 147 (57.81% from 255 or 32.89% from 447); Blue value is 91 (35.94% from 255 or 20.36% from 447); Max value from RGB is 209 - color contains mainly: red. Hex color #D1935B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1935B is #2E6CA4. Grayscale: #9F9F9F. Windows color (decimal): -3042469 or 6001617. OLE color: 6001617.
HSL color Cylindrical-coordinate representation of color #D1935B: hue angle of 28.47º 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 #D1935B is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 147 | 91 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.18 |
| HSL | 28.47º | 0.56% | 0.59% | - |
| HSV(B) | 28.47º | 0.56% | 0.82% | - |
| XYZ | 38.62 | 35.18 | 14.65 | - |
| YUV | 159.15 | 89.54 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 147 | 91 | 0 | 0.30 | 0.56 | 0.18 | 28.47 | 0.56 | 0.59 |
| Hex | D1 | 93 | 5B | 0 | 1E | 38 | 12 | 1C | 38 | 3B |
| Octal | 321 | 223 | 133 | 0 | 36 | 70 | 22 | 34 | 70 | 73 |
| Binary | 11010001 | 10010011 | 1011011 | 0 | 11110 | 111000 | 10010 | 11100 | 111000 | 111011 |
Color Harmonies of #D1935B
Complementary color
Monochromatic Colors of #D1935B
Black with #D1935B
Text Example
Text Example
White with #D1935B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1935B; }
p { color: rgb(209,147,91); }
H1.HeaderClassName
{
color: #D1935B;
}
.AnyTagClassName
{
color: #D1935B;
}
</style>
background-color css
<style>
a { background-color: #D1935B; }
a { background-color: rgb(209,147,91); }
div.DivClassName
{
background-color: #D1935B;
}
.BgClassName
{
background-color: #D1935B;
}
</style>
border-color css
<style>
span { border-color: #D1935B; }
span { border-color: rgb(209,147,91); }
td.TdClassName
{
border-color: #D1935B;
}
.TagClassName
{
border-color: #D1935B;
}
</style>