Shades of Whiskey Sour #D89260
Tints of Whiskey Sour #D89260
RGB
CMYK
RGB Variations
Color information
#D89260 (or 0xD89260) is known color: Whiskey Sour. HEX triplet: D8, 92 and 60. RGB value is (216,146,96). Sum of RGB (Red+Green+Blue) = 216+146+96=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 146 (57.42% from 255 or 31.88% from 458); Blue value is 96 (37.89% from 255 or 20.96% from 458); Max value from RGB is 216 - color contains mainly: red. Hex color #D89260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89260 is #276D9F. Grayscale: #A1A1A1. Windows color (decimal): -2583968 or 6329048. OLE color: 6329048.
HSL color Cylindrical-coordinate representation of color #D89260: hue angle of 25º 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 #D89260 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 146 | 96 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.15 |
| HSL | 25º | 0.61% | 0.61% | - |
| HSV(B) | 25º | 0.56% | 0.85% | - |
| XYZ | 40.71 | 36 | 15.87 | - |
| YUV | 161.23 | 91.19 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 146 | 96 | 0 | 0.32 | 0.56 | 0.15 | 25 | 0.61 | 0.61 |
| Hex | D8 | 92 | 60 | 0 | 20 | 38 | F | 19 | 3D | 3D |
| Octal | 330 | 222 | 140 | 0 | 40 | 70 | 17 | 31 | 75 | 75 |
| Binary | 11011000 | 10010010 | 1100000 | 0 | 100000 | 111000 | 1111 | 11001 | 111101 | 111101 |
Color Harmonies of #D89260
Complementary color
Monochromatic Colors of #D89260
Black with #D89260
Text Example
Text Example
White with #D89260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89260; }
p { color: rgb(216,146,96); }
H1.HeaderClassName
{
color: #D89260;
}
.AnyTagClassName
{
color: #D89260;
}
</style>
background-color css
<style>
a { background-color: #D89260; }
a { background-color: rgb(216,146,96); }
div.DivClassName
{
background-color: #D89260;
}
.BgClassName
{
background-color: #D89260;
}
</style>
border-color css
<style>
span { border-color: #D89260; }
span { border-color: rgb(216,146,96); }
td.TdClassName
{
border-color: #D89260;
}
.TagClassName
{
border-color: #D89260;
}
</style>