Shades of Whiskey #D58E61
Tints of Whiskey #D58E61
RGB
CMYK
RGB Variations
Color information
#D58E61 (or 0xD58E61) is known color: Whiskey. HEX triplet: D5, 8E and 61. RGB value is (213,142,97). Sum of RGB (Red+Green+Blue) = 213+142+97=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 142 (55.86% from 255 or 31.42% from 452); Blue value is 97 (38.28% from 255 or 21.46% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D58E61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58E61 is #2A719E. Grayscale: #9E9E9E. Windows color (decimal): -2781599 or 6393557. OLE color: 6393557.
HSL color Cylindrical-coordinate representation of color #D58E61: hue angle of 23.28º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D58E61 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 142 | 97 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.16 |
| HSL | 23.28º | 0.58% | 0.61% | - |
| HSV(B) | 23.28º | 0.54% | 0.84% | - |
| XYZ | 39.27 | 34.36 | 15.87 | - |
| YUV | 158.1 | 93.52 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 142 | 97 | 0 | 0.33 | 0.54 | 0.16 | 23.28 | 0.58 | 0.61 |
| Hex | D5 | 8E | 61 | 0 | 21 | 36 | 10 | 17 | 3A | 3D |
| Octal | 325 | 216 | 141 | 0 | 41 | 66 | 20 | 27 | 72 | 75 |
| Binary | 11010101 | 10001110 | 1100001 | 0 | 100001 | 110110 | 10000 | 10111 | 111010 | 111101 |
Color Harmonies of #D58E61
Complementary color
Monochromatic Colors of #D58E61
Black with #D58E61
Text Example
Text Example
White with #D58E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58E61; }
p { color: rgb(213,142,97); }
H1.HeaderClassName
{
color: #D58E61;
}
.AnyTagClassName
{
color: #D58E61;
}
</style>
background-color css
<style>
a { background-color: #D58E61; }
a { background-color: rgb(213,142,97); }
div.DivClassName
{
background-color: #D58E61;
}
.BgClassName
{
background-color: #D58E61;
}
</style>
border-color css
<style>
span { border-color: #D58E61; }
span { border-color: rgb(213,142,97); }
td.TdClassName
{
border-color: #D58E61;
}
.TagClassName
{
border-color: #D58E61;
}
</style>