Shades of Whiskey Sour #D59260
Tints of Whiskey Sour #D59260
RGB
CMYK
RGB Variations
Color information
#D59260 (or 0xD59260) is known color: Whiskey Sour. HEX triplet: D5, 92 and 60. RGB value is (213,146,96). Sum of RGB (Red+Green+Blue) = 213+146+96=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 96 (37.89% from 255 or 21.10% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D59260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59260 is #2A6D9F. Grayscale: #A0A0A0. Windows color (decimal): -2780576 or 6329045. OLE color: 6329045.
HSL color Cylindrical-coordinate representation of color #D59260: hue angle of 25.64º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D59260 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 146 | 96 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.16 |
| HSL | 25.64º | 0.58% | 0.61% | - |
| HSV(B) | 25.64º | 0.55% | 0.84% | - |
| XYZ | 39.83 | 35.55 | 15.83 | - |
| YUV | 160.33 | 91.7 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 146 | 96 | 0 | 0.31 | 0.55 | 0.16 | 25.64 | 0.58 | 0.61 |
| Hex | D5 | 92 | 60 | 0 | 1F | 37 | 10 | 1A | 3A | 3D |
| Octal | 325 | 222 | 140 | 0 | 37 | 67 | 20 | 32 | 72 | 75 |
| Binary | 11010101 | 10010010 | 1100000 | 0 | 11111 | 110111 | 10000 | 11010 | 111010 | 111101 |
Color Harmonies of #D59260
Complementary color
Monochromatic Colors of #D59260
Black with #D59260
Text Example
Text Example
White with #D59260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59260; }
p { color: rgb(213,146,96); }
H1.HeaderClassName
{
color: #D59260;
}
.AnyTagClassName
{
color: #D59260;
}
</style>
background-color css
<style>
a { background-color: #D59260; }
a { background-color: rgb(213,146,96); }
div.DivClassName
{
background-color: #D59260;
}
.BgClassName
{
background-color: #D59260;
}
</style>
border-color css
<style>
span { border-color: #D59260; }
span { border-color: rgb(213,146,96); }
td.TdClassName
{
border-color: #D59260;
}
.TagClassName
{
border-color: #D59260;
}
</style>