Shades of Whiskey Sour #D59861
Tints of Whiskey Sour #D59861
RGB
CMYK
RGB Variations
Color information
#D59861 (or 0xD59861) is known color: Whiskey Sour. HEX triplet: D5, 98 and 61. RGB value is (213,152,97). Sum of RGB (Red+Green+Blue) = 213+152+97=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 152 (59.77% from 255 or 32.90% from 462); Blue value is 97 (38.28% from 255 or 21.00% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D59861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59861 is #2A679E. Grayscale: #A4A4A4. Windows color (decimal): -2779039 or 6396117. OLE color: 6396117.
HSL color Cylindrical-coordinate representation of color #D59861: hue angle of 28.45º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D59861 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 152 | 97 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.16 |
| HSL | 28.45º | 0.58% | 0.61% | - |
| HSV(B) | 28.45º | 0.54% | 0.84% | - |
| XYZ | 40.83 | 37.47 | 16.39 | - |
| YUV | 163.97 | 90.21 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 152 | 97 | 0 | 0.29 | 0.54 | 0.16 | 28.45 | 0.58 | 0.61 |
| Hex | D5 | 98 | 61 | 0 | 1D | 36 | 10 | 1C | 3A | 3D |
| Octal | 325 | 230 | 141 | 0 | 35 | 66 | 20 | 34 | 72 | 75 |
| Binary | 11010101 | 10011000 | 1100001 | 0 | 11101 | 110110 | 10000 | 11100 | 111010 | 111101 |
Color Harmonies of #D59861
Complementary color
Monochromatic Colors of #D59861
Black with #D59861
Text Example
Text Example
White with #D59861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59861; }
p { color: rgb(213,152,97); }
H1.HeaderClassName
{
color: #D59861;
}
.AnyTagClassName
{
color: #D59861;
}
</style>
background-color css
<style>
a { background-color: #D59861; }
a { background-color: rgb(213,152,97); }
div.DivClassName
{
background-color: #D59861;
}
.BgClassName
{
background-color: #D59861;
}
</style>
border-color css
<style>
span { border-color: #D59861; }
span { border-color: rgb(213,152,97); }
td.TdClassName
{
border-color: #D59861;
}
.TagClassName
{
border-color: #D59861;
}
</style>