Shades of Whiskey Sour #D58D4E
Tints of Whiskey Sour #D58D4E
RGB
CMYK
RGB Variations
Color information
#D58D4E (or 0xD58D4E) is known color: Whiskey Sour. HEX triplet: D5, 8D and 4E. RGB value is (213,141,78). Sum of RGB (Red+Green+Blue) = 213+141+78=432 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.31% from 432); Green value is 141 (55.47% from 255 or 32.64% from 432); Blue value is 78 (30.86% from 255 or 18.06% from 432); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58D4E is #2A72B1. Grayscale: #9B9B9B. Windows color (decimal): -2781874 or 5148117. OLE color: 5148117.
HSL color Cylindrical-coordinate representation of color #D58D4E: hue angle of 28º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D58D4E is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 141 | 78 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.16 |
| HSL | 28º | 0.62% | 0.57% | - |
| HSV(B) | 28º | 0.63% | 0.84% | - |
| XYZ | 38.34 | 33.75 | 11.7 | - |
| YUV | 155.35 | 84.35 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 141 | 78 | 0 | 0.34 | 0.63 | 0.16 | 28 | 0.62 | 0.57 |
| Hex | D5 | 8D | 4E | 0 | 22 | 3F | 10 | 1C | 3E | 39 |
| Octal | 325 | 215 | 116 | 0 | 42 | 77 | 20 | 34 | 76 | 71 |
| Binary | 11010101 | 10001101 | 1001110 | 0 | 100010 | 111111 | 10000 | 11100 | 111110 | 111001 |
Color Harmonies of #D58D4E
Complementary color
Monochromatic Colors of #D58D4E
Black with #D58D4E
Text Example
Text Example
White with #D58D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58D4E; }
p { color: rgb(213,141,78); }
H1.HeaderClassName
{
color: #D58D4E;
}
.AnyTagClassName
{
color: #D58D4E;
}
</style>
background-color css
<style>
a { background-color: #D58D4E; }
a { background-color: rgb(213,141,78); }
div.DivClassName
{
background-color: #D58D4E;
}
.BgClassName
{
background-color: #D58D4E;
}
</style>
border-color css
<style>
span { border-color: #D58D4E; }
span { border-color: rgb(213,141,78); }
td.TdClassName
{
border-color: #D58D4E;
}
.TagClassName
{
border-color: #D58D4E;
}
</style>