Shades of Whiskey Sour #D58B54
Tints of Whiskey Sour #D58B54
RGB
CMYK
RGB Variations
Color information
#D58B54 (or 0xD58B54) is known color: Whiskey Sour. HEX triplet: D5, 8B and 54. RGB value is (213,139,84). Sum of RGB (Red+Green+Blue) = 213+139+84=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 139 (54.69% from 255 or 31.88% from 436); Blue value is 84 (33.20% from 255 or 19.27% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D58B54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58B54 is #2A74AB. Grayscale: #9B9B9B. Windows color (decimal): -2782380 or 5540821. OLE color: 5540821.
HSL color Cylindrical-coordinate representation of color #D58B54: hue angle of 25.58º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D58B54 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 139 | 84 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.16 |
| HSL | 25.58º | 0.61% | 0.58% | - |
| HSV(B) | 25.58º | 0.61% | 0.84% | - |
| XYZ | 38.27 | 33.25 | 12.79 | - |
| YUV | 154.86 | 88.02 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 84 | 0 | 0.35 | 0.61 | 0.16 | 25.58 | 0.61 | 0.58 |
| Hex | D5 | 8B | 54 | 0 | 23 | 3D | 10 | 1A | 3D | 3A |
| Octal | 325 | 213 | 124 | 0 | 43 | 75 | 20 | 32 | 75 | 72 |
| Binary | 11010101 | 10001011 | 1010100 | 0 | 100011 | 111101 | 10000 | 11010 | 111101 | 111010 |
Color Harmonies of #D58B54
Complementary color
Monochromatic Colors of #D58B54
Black with #D58B54
Text Example
Text Example
White with #D58B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58B54; }
p { color: rgb(213,139,84); }
H1.HeaderClassName
{
color: #D58B54;
}
.AnyTagClassName
{
color: #D58B54;
}
</style>
background-color css
<style>
a { background-color: #D58B54; }
a { background-color: rgb(213,139,84); }
div.DivClassName
{
background-color: #D58B54;
}
.BgClassName
{
background-color: #D58B54;
}
</style>
border-color css
<style>
span { border-color: #D58B54; }
span { border-color: rgb(213,139,84); }
td.TdClassName
{
border-color: #D58B54;
}
.TagClassName
{
border-color: #D58B54;
}
</style>