Shades of Whiskey Sour #D59857
Tints of Whiskey Sour #D59857
RGB
CMYK
RGB Variations
Color information
#D59857 (or 0xD59857) is known color: Whiskey Sour. HEX triplet: D5, 98 and 57. RGB value is (213,152,87). Sum of RGB (Red+Green+Blue) = 213+152+87=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 152 (59.77% from 255 or 33.63% from 452); Blue value is 87 (34.38% from 255 or 19.25% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D59857 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59857 is #2A67A8. Grayscale: #A3A3A3. Windows color (decimal): -2779049 or 5740757. OLE color: 5740757.
HSL color Cylindrical-coordinate representation of color #D59857: hue angle of 30.95º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D59857 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 152 | 87 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.16 |
| HSL | 30.95º | 0.6% | 0.59% | - |
| HSV(B) | 30.95º | 0.59% | 0.84% | - |
| XYZ | 40.39 | 37.29 | 14.09 | - |
| YUV | 162.83 | 85.21 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 152 | 87 | 0 | 0.29 | 0.59 | 0.16 | 30.95 | 0.6 | 0.59 |
| Hex | D5 | 98 | 57 | 0 | 1D | 3B | 10 | 1F | 3C | 3B |
| Octal | 325 | 230 | 127 | 0 | 35 | 73 | 20 | 37 | 74 | 73 |
| Binary | 11010101 | 10011000 | 1010111 | 0 | 11101 | 111011 | 10000 | 11111 | 111100 | 111011 |
Color Harmonies of #D59857
Complementary color
Monochromatic Colors of #D59857
Black with #D59857
Text Example
Text Example
White with #D59857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59857; }
p { color: rgb(213,152,87); }
H1.HeaderClassName
{
color: #D59857;
}
.AnyTagClassName
{
color: #D59857;
}
</style>
background-color css
<style>
a { background-color: #D59857; }
a { background-color: rgb(213,152,87); }
div.DivClassName
{
background-color: #D59857;
}
.BgClassName
{
background-color: #D59857;
}
</style>
border-color css
<style>
span { border-color: #D59857; }
span { border-color: rgb(213,152,87); }
td.TdClassName
{
border-color: #D59857;
}
.TagClassName
{
border-color: #D59857;
}
</style>