Shades of Whiskey Sour #D1945C
Tints of Whiskey Sour #D1945C
RGB
CMYK
RGB Variations
Color information
#D1945C (or 0xD1945C) is known color: Whiskey Sour. HEX triplet: D1, 94 and 5C. RGB value is (209,148,92). Sum of RGB (Red+Green+Blue) = 209+148+92=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 92 (36.33% from 255 or 20.49% from 449); Max value from RGB is 209 - color contains mainly: red. Hex color #D1945C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1945C is #2E6BA3. Grayscale: #A0A0A0. Windows color (decimal): -3042212 or 6067409. OLE color: 6067409.
HSL color Cylindrical-coordinate representation of color #D1945C: hue angle of 28.72º 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 #D1945C is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 148 | 92 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.18 |
| HSL | 28.72º | 0.56% | 0.59% | - |
| HSV(B) | 28.72º | 0.56% | 0.82% | - |
| XYZ | 38.82 | 35.51 | 14.93 | - |
| YUV | 159.86 | 89.71 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 148 | 92 | 0 | 0.29 | 0.56 | 0.18 | 28.72 | 0.56 | 0.59 |
| Hex | D1 | 94 | 5C | 0 | 1D | 38 | 12 | 1D | 38 | 3B |
| Octal | 321 | 224 | 134 | 0 | 35 | 70 | 22 | 35 | 70 | 73 |
| Binary | 11010001 | 10010100 | 1011100 | 0 | 11101 | 111000 | 10010 | 11101 | 111000 | 111011 |
Color Harmonies of #D1945C
Complementary color
Monochromatic Colors of #D1945C
Black with #D1945C
Text Example
Text Example
White with #D1945C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1945C; }
p { color: rgb(209,148,92); }
H1.HeaderClassName
{
color: #D1945C;
}
.AnyTagClassName
{
color: #D1945C;
}
</style>
background-color css
<style>
a { background-color: #D1945C; }
a { background-color: rgb(209,148,92); }
div.DivClassName
{
background-color: #D1945C;
}
.BgClassName
{
background-color: #D1945C;
}
</style>
border-color css
<style>
span { border-color: #D1945C; }
span { border-color: rgb(209,148,92); }
td.TdClassName
{
border-color: #D1945C;
}
.TagClassName
{
border-color: #D1945C;
}
</style>