Shades of Whiskey Sour #D58F5F
Tints of Whiskey Sour #D58F5F
RGB
CMYK
RGB Variations
Color information
#D58F5F (or 0xD58F5F) is known color: Whiskey Sour. HEX triplet: D5, 8F and 5F. RGB value is (213,143,95). Sum of RGB (Red+Green+Blue) = 213+143+95=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 95 (37.5% from 255 or 21.06% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58F5F is #2A70A0. Grayscale: #9E9E9E. Windows color (decimal): -2781345 or 6262741. OLE color: 6262741.
HSL color Cylindrical-coordinate representation of color #D58F5F: hue angle of 24.41º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D58F5F is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 143 | 95 | - |
| CMYK | 0 | 0.33 | 0.55 | 0.16 |
| HSL | 24.41º | 0.58% | 0.6% | - |
| HSV(B) | 24.41º | 0.55% | 0.84% | - |
| XYZ | 39.33 | 34.62 | 15.44 | - |
| YUV | 158.46 | 92.19 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 143 | 95 | 0 | 0.33 | 0.55 | 0.16 | 24.41 | 0.58 | 0.6 |
| Hex | D5 | 8F | 5F | 0 | 21 | 37 | 10 | 18 | 3A | 3C |
| Octal | 325 | 217 | 137 | 0 | 41 | 67 | 20 | 30 | 72 | 74 |
| Binary | 11010101 | 10001111 | 1011111 | 0 | 100001 | 110111 | 10000 | 11000 | 111010 | 111100 |
Color Harmonies of #D58F5F
Complementary color
Monochromatic Colors of #D58F5F
Black with #D58F5F
Text Example
Text Example
White with #D58F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58F5F; }
p { color: rgb(213,143,95); }
H1.HeaderClassName
{
color: #D58F5F;
}
.AnyTagClassName
{
color: #D58F5F;
}
</style>
background-color css
<style>
a { background-color: #D58F5F; }
a { background-color: rgb(213,143,95); }
div.DivClassName
{
background-color: #D58F5F;
}
.BgClassName
{
background-color: #D58F5F;
}
</style>
border-color css
<style>
span { border-color: #D58F5F; }
span { border-color: rgb(213,143,95); }
td.TdClassName
{
border-color: #D58F5F;
}
.TagClassName
{
border-color: #D58F5F;
}
</style>