Shades of Whiskey Sour #D18F5C
Tints of Whiskey Sour #D18F5C
RGB
CMYK
RGB Variations
Color information
#D18F5C (or 0xD18F5C) is known color: Whiskey Sour. HEX triplet: D1, 8F and 5C. RGB value is (209,143,92). Sum of RGB (Red+Green+Blue) = 209+143+92=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 92 (36.33% from 255 or 20.72% from 444); Max value from RGB is 209 - color contains mainly: red. Hex color #D18F5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18F5C is #2E70A3. Grayscale: #9D9D9D. Windows color (decimal): -3043492 or 6066129. OLE color: 6066129.
HSL color Cylindrical-coordinate representation of color #D18F5C: hue angle of 26.15º 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 #D18F5C is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 143 | 92 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.18 |
| HSL | 26.15º | 0.56% | 0.59% | - |
| HSV(B) | 26.15º | 0.56% | 0.82% | - |
| XYZ | 38.05 | 33.97 | 14.68 | - |
| YUV | 156.92 | 91.37 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 143 | 92 | 0 | 0.32 | 0.56 | 0.18 | 26.15 | 0.56 | 0.59 |
| Hex | D1 | 8F | 5C | 0 | 20 | 38 | 12 | 1A | 38 | 3B |
| Octal | 321 | 217 | 134 | 0 | 40 | 70 | 22 | 32 | 70 | 73 |
| Binary | 11010001 | 10001111 | 1011100 | 0 | 100000 | 111000 | 10010 | 11010 | 111000 | 111011 |
Color Harmonies of #D18F5C
Complementary color
Monochromatic Colors of #D18F5C
Black with #D18F5C
Text Example
Text Example
White with #D18F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18F5C; }
p { color: rgb(209,143,92); }
H1.HeaderClassName
{
color: #D18F5C;
}
.AnyTagClassName
{
color: #D18F5C;
}
</style>
background-color css
<style>
a { background-color: #D18F5C; }
a { background-color: rgb(209,143,92); }
div.DivClassName
{
background-color: #D18F5C;
}
.BgClassName
{
background-color: #D18F5C;
}
</style>
border-color css
<style>
span { border-color: #D18F5C; }
span { border-color: rgb(209,143,92); }
td.TdClassName
{
border-color: #D18F5C;
}
.TagClassName
{
border-color: #D18F5C;
}
</style>