Shades of Whiskey Sour #D8955C
Tints of Whiskey Sour #D8955C
RGB
CMYK
RGB Variations
Color information
#D8955C (or 0xD8955C) is known color: Whiskey Sour. HEX triplet: D8, 95 and 5C. RGB value is (216,149,92). Sum of RGB (Red+Green+Blue) = 216+149+92=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D8955C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8955C is #276AA3. Grayscale: #A2A2A2. Windows color (decimal): -2583204 or 6067672. OLE color: 6067672.
HSL color Cylindrical-coordinate representation of color #D8955C: hue angle of 27.58º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D8955C is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 149 | 92 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.15 |
| HSL | 27.58º | 0.61% | 0.6% | - |
| HSV(B) | 27.58º | 0.57% | 0.85% | - |
| XYZ | 41 | 36.87 | 15.08 | - |
| YUV | 162.54 | 88.2 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 149 | 92 | 0 | 0.31 | 0.57 | 0.15 | 27.58 | 0.61 | 0.6 |
| Hex | D8 | 95 | 5C | 0 | 1F | 39 | F | 1C | 3D | 3C |
| Octal | 330 | 225 | 134 | 0 | 37 | 71 | 17 | 34 | 75 | 74 |
| Binary | 11011000 | 10010101 | 1011100 | 0 | 11111 | 111001 | 1111 | 11100 | 111101 | 111100 |
Color Harmonies of #D8955C
Complementary color
Monochromatic Colors of #D8955C
Black with #D8955C
Text Example
Text Example
White with #D8955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8955C; }
p { color: rgb(216,149,92); }
H1.HeaderClassName
{
color: #D8955C;
}
.AnyTagClassName
{
color: #D8955C;
}
</style>
background-color css
<style>
a { background-color: #D8955C; }
a { background-color: rgb(216,149,92); }
div.DivClassName
{
background-color: #D8955C;
}
.BgClassName
{
background-color: #D8955C;
}
</style>
border-color css
<style>
span { border-color: #D8955C; }
span { border-color: rgb(216,149,92); }
td.TdClassName
{
border-color: #D8955C;
}
.TagClassName
{
border-color: #D8955C;
}
</style>