Shades of Whiskey Sour #D58851
Tints of Whiskey Sour #D58851
RGB
CMYK
RGB Variations
Color information
#D58851 (or 0xD58851) is known color: Whiskey Sour. HEX triplet: D5, 88 and 51. RGB value is (213,136,81). Sum of RGB (Red+Green+Blue) = 213+136+81=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 81 (32.03% from 255 or 18.84% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D58851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58851 is #2A77AE. Grayscale: #999999. Windows color (decimal): -2783151 or 5343445. OLE color: 5343445.
HSL color Cylindrical-coordinate representation of color #D58851: hue angle of 25º 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 #D58851 is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 136 | 81 | - |
| CMYK | 0 | 0.36 | 0.62 | 0.16 |
| HSL | 25º | 0.61% | 0.58% | - |
| HSV(B) | 25º | 0.62% | 0.84% | - |
| XYZ | 37.73 | 32.35 | 12.04 | - |
| YUV | 152.75 | 87.51 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 136 | 81 | 0 | 0.36 | 0.62 | 0.16 | 25 | 0.61 | 0.58 |
| Hex | D5 | 88 | 51 | 0 | 24 | 3E | 10 | 19 | 3D | 3A |
| Octal | 325 | 210 | 121 | 0 | 44 | 76 | 20 | 31 | 75 | 72 |
| Binary | 11010101 | 10001000 | 1010001 | 0 | 100100 | 111110 | 10000 | 11001 | 111101 | 111010 |
Color Harmonies of #D58851
Complementary color
Monochromatic Colors of #D58851
Black with #D58851
Text Example
Text Example
White with #D58851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58851; }
p { color: rgb(213,136,81); }
H1.HeaderClassName
{
color: #D58851;
}
.AnyTagClassName
{
color: #D58851;
}
</style>
background-color css
<style>
a { background-color: #D58851; }
a { background-color: rgb(213,136,81); }
div.DivClassName
{
background-color: #D58851;
}
.BgClassName
{
background-color: #D58851;
}
</style>
border-color css
<style>
span { border-color: #D58851; }
span { border-color: rgb(213,136,81); }
td.TdClassName
{
border-color: #D58851;
}
.TagClassName
{
border-color: #D58851;
}
</style>