Shades of Whiskey Sour #D1945B
Tints of Whiskey Sour #D1945B
RGB
CMYK
RGB Variations
Color information
#D1945B (or 0xD1945B) is known color: Whiskey Sour. HEX triplet: D1, 94 and 5B. RGB value is (209,148,91). Sum of RGB (Red+Green+Blue) = 209+148+91=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 91 (35.94% from 255 or 20.31% from 448); Max value from RGB is 209 - color contains mainly: red. Hex color #D1945B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1945B is #2E6BA4. Grayscale: #A0A0A0. Windows color (decimal): -3042213 or 6001873. OLE color: 6001873.
HSL color Cylindrical-coordinate representation of color #D1945B: hue angle of 28.98º 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 #D1945B is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 148 | 91 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.18 |
| HSL | 28.98º | 0.56% | 0.59% | - |
| HSV(B) | 28.98º | 0.56% | 0.82% | - |
| XYZ | 38.77 | 35.49 | 14.7 | - |
| YUV | 159.74 | 89.21 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 148 | 91 | 0 | 0.29 | 0.56 | 0.18 | 28.98 | 0.56 | 0.59 |
| Hex | D1 | 94 | 5B | 0 | 1D | 38 | 12 | 1D | 38 | 3B |
| Octal | 321 | 224 | 133 | 0 | 35 | 70 | 22 | 35 | 70 | 73 |
| Binary | 11010001 | 10010100 | 1011011 | 0 | 11101 | 111000 | 10010 | 11101 | 111000 | 111011 |
Color Harmonies of #D1945B
Complementary color
Monochromatic Colors of #D1945B
Black with #D1945B
Text Example
Text Example
White with #D1945B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1945B; }
p { color: rgb(209,148,91); }
H1.HeaderClassName
{
color: #D1945B;
}
.AnyTagClassName
{
color: #D1945B;
}
</style>
background-color css
<style>
a { background-color: #D1945B; }
a { background-color: rgb(209,148,91); }
div.DivClassName
{
background-color: #D1945B;
}
.BgClassName
{
background-color: #D1945B;
}
</style>
border-color css
<style>
span { border-color: #D1945B; }
span { border-color: rgb(209,148,91); }
td.TdClassName
{
border-color: #D1945B;
}
.TagClassName
{
border-color: #D1945B;
}
</style>