Shades of Whiskey Sour #D58658
Tints of Whiskey Sour #D58658
RGB
CMYK
RGB Variations
Color information
#D58658 (or 0xD58658) is known color: Whiskey Sour. HEX triplet: D5, 86 and 58. RGB value is (213,134,88). Sum of RGB (Red+Green+Blue) = 213+134+88=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 88 (34.77% from 255 or 20.23% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D58658 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58658 is #2A79A7. Grayscale: #989898. Windows color (decimal): -2783656 or 5801685. OLE color: 5801685.
HSL color Cylindrical-coordinate representation of color #D58658: hue angle of 22.08º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D58658 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 134 | 88 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.16 |
| HSL | 22.08º | 0.6% | 0.59% | - |
| HSV(B) | 22.08º | 0.59% | 0.84% | - |
| XYZ | 37.73 | 31.9 | 13.4 | - |
| YUV | 152.38 | 91.67 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 134 | 88 | 0 | 0.37 | 0.59 | 0.16 | 22.08 | 0.6 | 0.59 |
| Hex | D5 | 86 | 58 | 0 | 25 | 3B | 10 | 16 | 3C | 3B |
| Octal | 325 | 206 | 130 | 0 | 45 | 73 | 20 | 26 | 74 | 73 |
| Binary | 11010101 | 10000110 | 1011000 | 0 | 100101 | 111011 | 10000 | 10110 | 111100 | 111011 |
Color Harmonies of #D58658
Complementary color
Monochromatic Colors of #D58658
Black with #D58658
Text Example
Text Example
White with #D58658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58658; }
p { color: rgb(213,134,88); }
H1.HeaderClassName
{
color: #D58658;
}
.AnyTagClassName
{
color: #D58658;
}
</style>
background-color css
<style>
a { background-color: #D58658; }
a { background-color: rgb(213,134,88); }
div.DivClassName
{
background-color: #D58658;
}
.BgClassName
{
background-color: #D58658;
}
</style>
border-color css
<style>
span { border-color: #D58658; }
span { border-color: rgb(213,134,88); }
td.TdClassName
{
border-color: #D58658;
}
.TagClassName
{
border-color: #D58658;
}
</style>