Shades of Whiskey Sour #D58A51
Tints of Whiskey Sour #D58A51
RGB
CMYK
RGB Variations
Color information
#D58A51 (or 0xD58A51) is known color: Whiskey Sour. HEX triplet: D5, 8A and 51. RGB value is (213,138,81). Sum of RGB (Red+Green+Blue) = 213+138+81=432 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.31% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 81 (32.03% from 255 or 18.75% from 432); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58A51 is #2A75AE. Grayscale: #9A9A9A. Windows color (decimal): -2782639 or 5343957. OLE color: 5343957.
HSL color Cylindrical-coordinate representation of color #D58A51: hue angle of 25.91º 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 #D58A51 is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 138 | 81 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.16 |
| HSL | 25.91º | 0.61% | 0.58% | - |
| HSV(B) | 25.91º | 0.62% | 0.84% | - |
| XYZ | 38.01 | 32.92 | 12.13 | - |
| YUV | 153.93 | 86.85 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 138 | 81 | 0 | 0.35 | 0.62 | 0.16 | 25.91 | 0.61 | 0.58 |
| Hex | D5 | 8A | 51 | 0 | 23 | 3E | 10 | 1A | 3D | 3A |
| Octal | 325 | 212 | 121 | 0 | 43 | 76 | 20 | 32 | 75 | 72 |
| Binary | 11010101 | 10001010 | 1010001 | 0 | 100011 | 111110 | 10000 | 11010 | 111101 | 111010 |
Color Harmonies of #D58A51
Complementary color
Monochromatic Colors of #D58A51
Black with #D58A51
Text Example
Text Example
White with #D58A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58A51; }
p { color: rgb(213,138,81); }
H1.HeaderClassName
{
color: #D58A51;
}
.AnyTagClassName
{
color: #D58A51;
}
</style>
background-color css
<style>
a { background-color: #D58A51; }
a { background-color: rgb(213,138,81); }
div.DivClassName
{
background-color: #D58A51;
}
.BgClassName
{
background-color: #D58A51;
}
</style>
border-color css
<style>
span { border-color: #D58A51; }
span { border-color: rgb(213,138,81); }
td.TdClassName
{
border-color: #D58A51;
}
.TagClassName
{
border-color: #D58A51;
}
</style>