Shades of Whiskey Sour #D58B57
Tints of Whiskey Sour #D58B57
RGB
CMYK
RGB Variations
Color information
#D58B57 (or 0xD58B57) is known color: Whiskey Sour. HEX triplet: D5, 8B and 57. RGB value is (213,139,87). Sum of RGB (Red+Green+Blue) = 213+139+87=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 87 (34.38% from 255 or 19.82% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D58B57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58B57 is #2A74A8. Grayscale: #9B9B9B. Windows color (decimal): -2782377 or 5737429. OLE color: 5737429.
HSL color Cylindrical-coordinate representation of color #D58B57: hue angle of 24.76º 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 #D58B57 is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 139 | 87 | - |
| CMYK | 0 | 0.35 | 0.59 | 0.16 |
| HSL | 24.76º | 0.6% | 0.59% | - |
| HSV(B) | 24.76º | 0.59% | 0.84% | - |
| XYZ | 38.39 | 33.3 | 13.42 | - |
| YUV | 155.2 | 89.52 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 87 | 0 | 0.35 | 0.59 | 0.16 | 24.76 | 0.6 | 0.59 |
| Hex | D5 | 8B | 57 | 0 | 23 | 3B | 10 | 19 | 3C | 3B |
| Octal | 325 | 213 | 127 | 0 | 43 | 73 | 20 | 31 | 74 | 73 |
| Binary | 11010101 | 10001011 | 1010111 | 0 | 100011 | 111011 | 10000 | 11001 | 111100 | 111011 |
Color Harmonies of #D58B57
Complementary color
Monochromatic Colors of #D58B57
Black with #D58B57
Text Example
Text Example
White with #D58B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58B57; }
p { color: rgb(213,139,87); }
H1.HeaderClassName
{
color: #D58B57;
}
.AnyTagClassName
{
color: #D58B57;
}
</style>
background-color css
<style>
a { background-color: #D58B57; }
a { background-color: rgb(213,139,87); }
div.DivClassName
{
background-color: #D58B57;
}
.BgClassName
{
background-color: #D58B57;
}
</style>
border-color css
<style>
span { border-color: #D58B57; }
span { border-color: rgb(213,139,87); }
td.TdClassName
{
border-color: #D58B57;
}
.TagClassName
{
border-color: #D58B57;
}
</style>