Shades of Whiskey Sour #D8965C
Tints of Whiskey Sour #D8965C
RGB
CMYK
RGB Variations
Color information
#D8965C (or 0xD8965C) is known color: Whiskey Sour. HEX triplet: D8, 96 and 5C. RGB value is (216,150,92). Sum of RGB (Red+Green+Blue) = 216+150+92=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 92 (36.33% from 255 or 20.09% from 458); Max value from RGB is 216 - color contains mainly: red. Hex color #D8965C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8965C is #2769A3. Grayscale: #A3A3A3. Windows color (decimal): -2582948 or 6067928. OLE color: 6067928.
HSL color Cylindrical-coordinate representation of color #D8965C: hue angle of 28.06º 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 #D8965C is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 150 | 92 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.15 |
| HSL | 28.06º | 0.61% | 0.6% | - |
| HSV(B) | 28.06º | 0.57% | 0.85% | - |
| XYZ | 41.16 | 37.18 | 15.13 | - |
| YUV | 163.12 | 87.87 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 150 | 92 | 0 | 0.31 | 0.57 | 0.15 | 28.06 | 0.61 | 0.6 |
| Hex | D8 | 96 | 5C | 0 | 1F | 39 | F | 1C | 3D | 3C |
| Octal | 330 | 226 | 134 | 0 | 37 | 71 | 17 | 34 | 75 | 74 |
| Binary | 11011000 | 10010110 | 1011100 | 0 | 11111 | 111001 | 1111 | 11100 | 111101 | 111100 |
Color Harmonies of #D8965C
Complementary color
Monochromatic Colors of #D8965C
Black with #D8965C
Text Example
Text Example
White with #D8965C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8965C; }
p { color: rgb(216,150,92); }
H1.HeaderClassName
{
color: #D8965C;
}
.AnyTagClassName
{
color: #D8965C;
}
</style>
background-color css
<style>
a { background-color: #D8965C; }
a { background-color: rgb(216,150,92); }
div.DivClassName
{
background-color: #D8965C;
}
.BgClassName
{
background-color: #D8965C;
}
</style>
border-color css
<style>
span { border-color: #D8965C; }
span { border-color: rgb(216,150,92); }
td.TdClassName
{
border-color: #D8965C;
}
.TagClassName
{
border-color: #D8965C;
}
</style>