Shades of Whiskey Sour #D58F54
Tints of Whiskey Sour #D58F54
RGB
CMYK
RGB Variations
Color information
#D58F54 (or 0xD58F54) is known color: Whiskey Sour. HEX triplet: D5, 8F and 54. RGB value is (213,143,84). Sum of RGB (Red+Green+Blue) = 213+143+84=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 143 (56.25% from 255 or 32.5% from 440); Blue value is 84 (33.20% from 255 or 19.09% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58F54 is #2A70AB. Grayscale: #9D9D9D. Windows color (decimal): -2781356 or 5541845. OLE color: 5541845.
HSL color Cylindrical-coordinate representation of color #D58F54: hue angle of 27.44º 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 #D58F54 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 143 | 84 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.16 |
| HSL | 27.44º | 0.61% | 0.58% | - |
| HSV(B) | 27.44º | 0.61% | 0.84% | - |
| XYZ | 38.86 | 34.43 | 12.99 | - |
| YUV | 157.2 | 86.69 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 143 | 84 | 0 | 0.33 | 0.61 | 0.16 | 27.44 | 0.61 | 0.58 |
| Hex | D5 | 8F | 54 | 0 | 21 | 3D | 10 | 1B | 3D | 3A |
| Octal | 325 | 217 | 124 | 0 | 41 | 75 | 20 | 33 | 75 | 72 |
| Binary | 11010101 | 10001111 | 1010100 | 0 | 100001 | 111101 | 10000 | 11011 | 111101 | 111010 |
Color Harmonies of #D58F54
Complementary color
Monochromatic Colors of #D58F54
Black with #D58F54
Text Example
Text Example
White with #D58F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58F54; }
p { color: rgb(213,143,84); }
H1.HeaderClassName
{
color: #D58F54;
}
.AnyTagClassName
{
color: #D58F54;
}
</style>
background-color css
<style>
a { background-color: #D58F54; }
a { background-color: rgb(213,143,84); }
div.DivClassName
{
background-color: #D58F54;
}
.BgClassName
{
background-color: #D58F54;
}
</style>
border-color css
<style>
span { border-color: #D58F54; }
span { border-color: rgb(213,143,84); }
td.TdClassName
{
border-color: #D58F54;
}
.TagClassName
{
border-color: #D58F54;
}
</style>