Shades of Whiskey Sour #D59052
Tints of Whiskey Sour #D59052
RGB
CMYK
RGB Variations
Color information
#D59052 (or 0xD59052) is known color: Whiskey Sour. HEX triplet: D5, 90 and 52. RGB value is (213,144,82). Sum of RGB (Red+Green+Blue) = 213+144+82=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 144 (56.64% from 255 or 32.80% from 439); Blue value is 82 (32.42% from 255 or 18.68% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D59052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59052 is #2A6FAD. Grayscale: #9D9D9D. Windows color (decimal): -2781102 or 5411029. OLE color: 5411029.
HSL color Cylindrical-coordinate representation of color #D59052: hue angle of 28.4º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D59052 is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 144 | 82 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.16 |
| HSL | 28.4º | 0.61% | 0.58% | - |
| HSV(B) | 28.4º | 0.62% | 0.84% | - |
| XYZ | 38.94 | 34.7 | 12.63 | - |
| YUV | 157.56 | 85.36 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 144 | 82 | 0 | 0.32 | 0.62 | 0.16 | 28.4 | 0.61 | 0.58 |
| Hex | D5 | 90 | 52 | 0 | 20 | 3E | 10 | 1C | 3D | 3A |
| Octal | 325 | 220 | 122 | 0 | 40 | 76 | 20 | 34 | 75 | 72 |
| Binary | 11010101 | 10010000 | 1010010 | 0 | 100000 | 111110 | 10000 | 11100 | 111101 | 111010 |
Color Harmonies of #D59052
Complementary color
Monochromatic Colors of #D59052
Black with #D59052
Text Example
Text Example
White with #D59052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59052; }
p { color: rgb(213,144,82); }
H1.HeaderClassName
{
color: #D59052;
}
.AnyTagClassName
{
color: #D59052;
}
</style>
background-color css
<style>
a { background-color: #D59052; }
a { background-color: rgb(213,144,82); }
div.DivClassName
{
background-color: #D59052;
}
.BgClassName
{
background-color: #D59052;
}
</style>
border-color css
<style>
span { border-color: #D59052; }
span { border-color: rgb(213,144,82); }
td.TdClassName
{
border-color: #D59052;
}
.TagClassName
{
border-color: #D59052;
}
</style>