Shades of Whiskey Sour #D8965F
Tints of Whiskey Sour #D8965F
RGB
CMYK
RGB Variations
Color information
#D8965F (or 0xD8965F) is known color: Whiskey Sour. HEX triplet: D8, 96 and 5F. RGB value is (216,150,95). Sum of RGB (Red+Green+Blue) = 216+150+95=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 95 (37.5% from 255 or 20.61% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D8965F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8965F is #2769A0. Grayscale: #A3A3A3. Windows color (decimal): -2582945 or 6264536. OLE color: 6264536.
HSL color Cylindrical-coordinate representation of color #D8965F: hue angle of 27.27º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D8965F is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 150 | 95 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.15 |
| HSL | 27.27º | 0.61% | 0.61% | - |
| HSV(B) | 27.27º | 0.56% | 0.85% | - |
| XYZ | 41.29 | 37.24 | 15.84 | - |
| YUV | 163.46 | 89.37 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 150 | 95 | 0 | 0.31 | 0.56 | 0.15 | 27.27 | 0.61 | 0.61 |
| Hex | D8 | 96 | 5F | 0 | 1F | 38 | F | 1B | 3D | 3D |
| Octal | 330 | 226 | 137 | 0 | 37 | 70 | 17 | 33 | 75 | 75 |
| Binary | 11011000 | 10010110 | 1011111 | 0 | 11111 | 111000 | 1111 | 11011 | 111101 | 111101 |
Color Harmonies of #D8965F
Complementary color
Monochromatic Colors of #D8965F
Black with #D8965F
Text Example
Text Example
White with #D8965F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8965F; }
p { color: rgb(216,150,95); }
H1.HeaderClassName
{
color: #D8965F;
}
.AnyTagClassName
{
color: #D8965F;
}
</style>
background-color css
<style>
a { background-color: #D8965F; }
a { background-color: rgb(216,150,95); }
div.DivClassName
{
background-color: #D8965F;
}
.BgClassName
{
background-color: #D8965F;
}
</style>
border-color css
<style>
span { border-color: #D8965F; }
span { border-color: rgb(216,150,95); }
td.TdClassName
{
border-color: #D8965F;
}
.TagClassName
{
border-color: #D8965F;
}
</style>