Shades of Whiskey Sour #D59752
Tints of Whiskey Sour #D59752
RGB
CMYK
RGB Variations
Color information
#D59752 (or 0xD59752) is known color: Whiskey Sour. HEX triplet: D5, 97 and 52. RGB value is (213,151,82). Sum of RGB (Red+Green+Blue) = 213+151+82=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 151 (59.38% from 255 or 33.86% from 446); Blue value is 82 (32.42% from 255 or 18.39% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D59752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59752 is #2A68AD. Grayscale: #A2A2A2. Windows color (decimal): -2779310 or 5412821. OLE color: 5412821.
HSL color Cylindrical-coordinate representation of color #D59752: hue angle of 31.6º 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 #D59752 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 151 | 82 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.16 |
| HSL | 31.6º | 0.61% | 0.58% | - |
| HSV(B) | 31.6º | 0.62% | 0.84% | - |
| XYZ | 40.03 | 36.89 | 12.99 | - |
| YUV | 161.67 | 83.04 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 151 | 82 | 0 | 0.29 | 0.62 | 0.16 | 31.6 | 0.61 | 0.58 |
| Hex | D5 | 97 | 52 | 0 | 1D | 3E | 10 | 20 | 3D | 3A |
| Octal | 325 | 227 | 122 | 0 | 35 | 76 | 20 | 40 | 75 | 72 |
| Binary | 11010101 | 10010111 | 1010010 | 0 | 11101 | 111110 | 10000 | 100000 | 111101 | 111010 |
Color Harmonies of #D59752
Complementary color
Monochromatic Colors of #D59752
Black with #D59752
Text Example
Text Example
White with #D59752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59752; }
p { color: rgb(213,151,82); }
H1.HeaderClassName
{
color: #D59752;
}
.AnyTagClassName
{
color: #D59752;
}
</style>
background-color css
<style>
a { background-color: #D59752; }
a { background-color: rgb(213,151,82); }
div.DivClassName
{
background-color: #D59752;
}
.BgClassName
{
background-color: #D59752;
}
</style>
border-color css
<style>
span { border-color: #D59752; }
span { border-color: rgb(213,151,82); }
td.TdClassName
{
border-color: #D59752;
}
.TagClassName
{
border-color: #D59752;
}
</style>