Shades of Whiskey Sour #D59251
Tints of Whiskey Sour #D59251
RGB
CMYK
RGB Variations
Color information
#D59251 (or 0xD59251) is known color: Whiskey Sour. HEX triplet: D5, 92 and 51. RGB value is (213,146,81). Sum of RGB (Red+Green+Blue) = 213+146+81=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 81 (32.03% from 255 or 18.41% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D59251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59251 is #2A6DAE. Grayscale: #9E9E9E. Windows color (decimal): -2780591 or 5346005. OLE color: 5346005.
HSL color Cylindrical-coordinate representation of color #D59251: hue angle of 29.55º 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 #D59251 is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 146 | 81 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.16 |
| HSL | 29.55º | 0.61% | 0.58% | - |
| HSV(B) | 29.55º | 0.62% | 0.84% | - |
| XYZ | 39.2 | 35.3 | 12.53 | - |
| YUV | 158.62 | 84.2 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 146 | 81 | 0 | 0.31 | 0.62 | 0.16 | 29.55 | 0.61 | 0.58 |
| Hex | D5 | 92 | 51 | 0 | 1F | 3E | 10 | 1E | 3D | 3A |
| Octal | 325 | 222 | 121 | 0 | 37 | 76 | 20 | 36 | 75 | 72 |
| Binary | 11010101 | 10010010 | 1010001 | 0 | 11111 | 111110 | 10000 | 11110 | 111101 | 111010 |
Color Harmonies of #D59251
Complementary color
Monochromatic Colors of #D59251
Black with #D59251
Text Example
Text Example
White with #D59251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59251; }
p { color: rgb(213,146,81); }
H1.HeaderClassName
{
color: #D59251;
}
.AnyTagClassName
{
color: #D59251;
}
</style>
background-color css
<style>
a { background-color: #D59251; }
a { background-color: rgb(213,146,81); }
div.DivClassName
{
background-color: #D59251;
}
.BgClassName
{
background-color: #D59251;
}
</style>
border-color css
<style>
span { border-color: #D59251; }
span { border-color: rgb(213,146,81); }
td.TdClassName
{
border-color: #D59251;
}
.TagClassName
{
border-color: #D59251;
}
</style>