Shades of Whiskey Sour #D58A55
Tints of Whiskey Sour #D58A55
RGB
CMYK
RGB Variations
Color information
#D58A55 (or 0xD58A55) is known color: Whiskey Sour. HEX triplet: D5, 8A and 55. RGB value is (213,138,85). Sum of RGB (Red+Green+Blue) = 213+138+85=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 85 (33.59% from 255 or 19.50% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58A55 is #2A75AA. Grayscale: #9A9A9A. Windows color (decimal): -2782635 or 5606101. OLE color: 5606101.
HSL color Cylindrical-coordinate representation of color #D58A55: hue angle of 24.84º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D58A55 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 138 | 85 | - |
| CMYK | 0 | 0.35 | 0.60 | 0.16 |
| HSL | 24.84º | 0.6% | 0.58% | - |
| HSV(B) | 24.84º | 0.6% | 0.84% | - |
| XYZ | 38.17 | 32.98 | 12.95 | - |
| YUV | 154.38 | 88.85 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 138 | 85 | 0 | 0.35 | 0.60 | 0.16 | 24.84 | 0.6 | 0.58 |
| Hex | D5 | 8A | 55 | 0 | 23 | 3C | 10 | 19 | 3C | 3A |
| Octal | 325 | 212 | 125 | 0 | 43 | 74 | 20 | 31 | 74 | 72 |
| Binary | 11010101 | 10001010 | 1010101 | 0 | 100011 | 111100 | 10000 | 11001 | 111100 | 111010 |
Color Harmonies of #D58A55
Complementary color
Monochromatic Colors of #D58A55
Black with #D58A55
Text Example
Text Example
White with #D58A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58A55; }
p { color: rgb(213,138,85); }
H1.HeaderClassName
{
color: #D58A55;
}
.AnyTagClassName
{
color: #D58A55;
}
</style>
background-color css
<style>
a { background-color: #D58A55; }
a { background-color: rgb(213,138,85); }
div.DivClassName
{
background-color: #D58A55;
}
.BgClassName
{
background-color: #D58A55;
}
</style>
border-color css
<style>
span { border-color: #D58A55; }
span { border-color: rgb(213,138,85); }
td.TdClassName
{
border-color: #D58A55;
}
.TagClassName
{
border-color: #D58A55;
}
</style>