Shades of Whiskey Sour #D59152
Tints of Whiskey Sour #D59152
RGB
CMYK
RGB Variations
Color information
#D59152 (or 0xD59152) is known color: Whiskey Sour. HEX triplet: D5, 91 and 52. RGB value is (213,145,82). Sum of RGB (Red+Green+Blue) = 213+145+82=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 145 (57.03% from 255 or 32.95% from 440); Blue value is 82 (32.42% from 255 or 18.64% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D59152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59152 is #2A6EAD. Grayscale: #9E9E9E. Windows color (decimal): -2780846 or 5411285. OLE color: 5411285.
HSL color Cylindrical-coordinate representation of color #D59152: hue angle of 28.85º 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 #D59152 is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 145 | 82 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.16 |
| HSL | 28.85º | 0.61% | 0.58% | - |
| HSV(B) | 28.85º | 0.62% | 0.84% | - |
| XYZ | 39.09 | 35.01 | 12.68 | - |
| YUV | 158.15 | 85.03 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 145 | 82 | 0 | 0.32 | 0.62 | 0.16 | 28.85 | 0.61 | 0.58 |
| Hex | D5 | 91 | 52 | 0 | 20 | 3E | 10 | 1D | 3D | 3A |
| Octal | 325 | 221 | 122 | 0 | 40 | 76 | 20 | 35 | 75 | 72 |
| Binary | 11010101 | 10010001 | 1010010 | 0 | 100000 | 111110 | 10000 | 11101 | 111101 | 111010 |
Color Harmonies of #D59152
Complementary color
Monochromatic Colors of #D59152
Black with #D59152
Text Example
Text Example
White with #D59152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59152; }
p { color: rgb(213,145,82); }
H1.HeaderClassName
{
color: #D59152;
}
.AnyTagClassName
{
color: #D59152;
}
</style>
background-color css
<style>
a { background-color: #D59152; }
a { background-color: rgb(213,145,82); }
div.DivClassName
{
background-color: #D59152;
}
.BgClassName
{
background-color: #D59152;
}
</style>
border-color css
<style>
span { border-color: #D59152; }
span { border-color: rgb(213,145,82); }
td.TdClassName
{
border-color: #D59152;
}
.TagClassName
{
border-color: #D59152;
}
</style>