Shades of Whiskey Sour #D58D52
Tints of Whiskey Sour #D58D52
RGB
CMYK
RGB Variations
Color information
#D58D52 (or 0xD58D52) is known color: Whiskey Sour. HEX triplet: D5, 8D and 52. RGB value is (213,141,82). Sum of RGB (Red+Green+Blue) = 213+141+82=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 82 (32.42% from 255 or 18.81% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58D52 is #2A72AD. Grayscale: #9C9C9C. Windows color (decimal): -2781870 or 5410261. OLE color: 5410261.
HSL color Cylindrical-coordinate representation of color #D58D52: hue angle of 27.02º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D58D52 is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 141 | 82 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.16 |
| HSL | 27.02º | 0.61% | 0.58% | - |
| HSV(B) | 27.02º | 0.62% | 0.84% | - |
| XYZ | 38.49 | 33.81 | 12.48 | - |
| YUV | 155.8 | 86.35 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 141 | 82 | 0 | 0.34 | 0.62 | 0.16 | 27.02 | 0.61 | 0.58 |
| Hex | D5 | 8D | 52 | 0 | 22 | 3E | 10 | 1B | 3D | 3A |
| Octal | 325 | 215 | 122 | 0 | 42 | 76 | 20 | 33 | 75 | 72 |
| Binary | 11010101 | 10001101 | 1010010 | 0 | 100010 | 111110 | 10000 | 11011 | 111101 | 111010 |
Color Harmonies of #D58D52
Complementary color
Monochromatic Colors of #D58D52
Black with #D58D52
Text Example
Text Example
White with #D58D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58D52; }
p { color: rgb(213,141,82); }
H1.HeaderClassName
{
color: #D58D52;
}
.AnyTagClassName
{
color: #D58D52;
}
</style>
background-color css
<style>
a { background-color: #D58D52; }
a { background-color: rgb(213,141,82); }
div.DivClassName
{
background-color: #D58D52;
}
.BgClassName
{
background-color: #D58D52;
}
</style>
border-color css
<style>
span { border-color: #D58D52; }
span { border-color: rgb(213,141,82); }
td.TdClassName
{
border-color: #D58D52;
}
.TagClassName
{
border-color: #D58D52;
}
</style>