Shades of Whiskey Sour #D58852
Tints of Whiskey Sour #D58852
RGB
CMYK
RGB Variations
Color information
#D58852 (or 0xD58852) is known color: Whiskey Sour. HEX triplet: D5, 88 and 52. RGB value is (213,136,82). Sum of RGB (Red+Green+Blue) = 213+136+82=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 82 (32.42% from 255 or 19.03% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D58852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58852 is #2A77AD. Grayscale: #999999. Windows color (decimal): -2783150 or 5408981. OLE color: 5408981.
HSL color Cylindrical-coordinate representation of color #D58852: hue angle of 24.73º 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 #D58852 is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 136 | 82 | - |
| CMYK | 0 | 0.36 | 0.62 | 0.16 |
| HSL | 24.73º | 0.61% | 0.58% | - |
| HSV(B) | 24.73º | 0.62% | 0.84% | - |
| XYZ | 37.77 | 32.36 | 12.24 | - |
| YUV | 152.87 | 88.01 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 136 | 82 | 0 | 0.36 | 0.62 | 0.16 | 24.73 | 0.61 | 0.58 |
| Hex | D5 | 88 | 52 | 0 | 24 | 3E | 10 | 19 | 3D | 3A |
| Octal | 325 | 210 | 122 | 0 | 44 | 76 | 20 | 31 | 75 | 72 |
| Binary | 11010101 | 10001000 | 1010010 | 0 | 100100 | 111110 | 10000 | 11001 | 111101 | 111010 |
Color Harmonies of #D58852
Complementary color
Monochromatic Colors of #D58852
Black with #D58852
Text Example
Text Example
White with #D58852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58852; }
p { color: rgb(213,136,82); }
H1.HeaderClassName
{
color: #D58852;
}
.AnyTagClassName
{
color: #D58852;
}
</style>
background-color css
<style>
a { background-color: #D58852; }
a { background-color: rgb(213,136,82); }
div.DivClassName
{
background-color: #D58852;
}
.BgClassName
{
background-color: #D58852;
}
</style>
border-color css
<style>
span { border-color: #D58852; }
span { border-color: rgb(213,136,82); }
td.TdClassName
{
border-color: #D58852;
}
.TagClassName
{
border-color: #D58852;
}
</style>