Shades of Whiskey Sour #D59053
Tints of Whiskey Sour #D59053
RGB
CMYK
RGB Variations
Color information
#D59053 (or 0xD59053) is known color: Whiskey Sour. HEX triplet: D5, 90 and 53. RGB value is (213,144,83). Sum of RGB (Red+Green+Blue) = 213+144+83=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 144 (56.64% from 255 or 32.73% from 440); Blue value is 83 (32.81% from 255 or 18.86% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D59053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59053 is #2A6FAC. Grayscale: #9D9D9D. Windows color (decimal): -2781101 or 5476565. OLE color: 5476565.
HSL color Cylindrical-coordinate representation of color #D59053: hue angle of 28.15º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D59053 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 144 | 83 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.16 |
| HSL | 28.15º | 0.61% | 0.58% | - |
| HSV(B) | 28.15º | 0.61% | 0.84% | - |
| XYZ | 38.98 | 34.72 | 12.83 | - |
| YUV | 157.68 | 85.86 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 144 | 83 | 0 | 0.32 | 0.61 | 0.16 | 28.15 | 0.61 | 0.58 |
| Hex | D5 | 90 | 53 | 0 | 20 | 3D | 10 | 1C | 3D | 3A |
| Octal | 325 | 220 | 123 | 0 | 40 | 75 | 20 | 34 | 75 | 72 |
| Binary | 11010101 | 10010000 | 1010011 | 0 | 100000 | 111101 | 10000 | 11100 | 111101 | 111010 |
Color Harmonies of #D59053
Complementary color
Monochromatic Colors of #D59053
Black with #D59053
Text Example
Text Example
White with #D59053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59053; }
p { color: rgb(213,144,83); }
H1.HeaderClassName
{
color: #D59053;
}
.AnyTagClassName
{
color: #D59053;
}
</style>
background-color css
<style>
a { background-color: #D59053; }
a { background-color: rgb(213,144,83); }
div.DivClassName
{
background-color: #D59053;
}
.BgClassName
{
background-color: #D59053;
}
</style>
border-color css
<style>
span { border-color: #D59053; }
span { border-color: rgb(213,144,83); }
td.TdClassName
{
border-color: #D59053;
}
.TagClassName
{
border-color: #D59053;
}
</style>