Shades of Whiskey Sour #D58956
Tints of Whiskey Sour #D58956
RGB
CMYK
RGB Variations
Color information
#D58956 (or 0xD58956) is known color: Whiskey Sour. HEX triplet: D5, 89 and 56. RGB value is (213,137,86). Sum of RGB (Red+Green+Blue) = 213+137+86=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 86 (33.98% from 255 or 19.72% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D58956 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58956 is #2A76A9. Grayscale: #9A9A9A. Windows color (decimal): -2782890 or 5671381. OLE color: 5671381.
HSL color Cylindrical-coordinate representation of color #D58956: hue angle of 24.09º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D58956 is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 137 | 86 | - |
| CMYK | 0 | 0.36 | 0.60 | 0.16 |
| HSL | 24.09º | 0.6% | 0.59% | - |
| HSV(B) | 24.09º | 0.6% | 0.84% | - |
| XYZ | 38.07 | 32.71 | 13.11 | - |
| YUV | 153.91 | 89.68 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 137 | 86 | 0 | 0.36 | 0.60 | 0.16 | 24.09 | 0.6 | 0.59 |
| Hex | D5 | 89 | 56 | 0 | 24 | 3C | 10 | 18 | 3C | 3B |
| Octal | 325 | 211 | 126 | 0 | 44 | 74 | 20 | 30 | 74 | 73 |
| Binary | 11010101 | 10001001 | 1010110 | 0 | 100100 | 111100 | 10000 | 11000 | 111100 | 111011 |
Color Harmonies of #D58956
Complementary color
Monochromatic Colors of #D58956
Black with #D58956
Text Example
Text Example
White with #D58956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58956; }
p { color: rgb(213,137,86); }
H1.HeaderClassName
{
color: #D58956;
}
.AnyTagClassName
{
color: #D58956;
}
</style>
background-color css
<style>
a { background-color: #D58956; }
a { background-color: rgb(213,137,86); }
div.DivClassName
{
background-color: #D58956;
}
.BgClassName
{
background-color: #D58956;
}
</style>
border-color css
<style>
span { border-color: #D58956; }
span { border-color: rgb(213,137,86); }
td.TdClassName
{
border-color: #D58956;
}
.TagClassName
{
border-color: #D58956;
}
</style>