Shades of Whiskey #D58C62
Tints of Whiskey #D58C62
RGB
CMYK
RGB Variations
Color information
#D58C62 (or 0xD58C62) is known color: Whiskey. HEX triplet: D5, 8C and 62. RGB value is (213,140,98). Sum of RGB (Red+Green+Blue) = 213+140+98=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 140 (55.08% from 255 or 31.04% from 451); Blue value is 98 (38.67% from 255 or 21.73% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58C62 is #2A739D. Grayscale: #9D9D9D. Windows color (decimal): -2782110 or 6458581. OLE color: 6458581.
HSL color Cylindrical-coordinate representation of color #D58C62: hue angle of 21.91º 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 #D58C62 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 140 | 98 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.16 |
| HSL | 21.91º | 0.58% | 0.61% | - |
| HSV(B) | 21.91º | 0.54% | 0.84% | - |
| XYZ | 39.02 | 33.78 | 16.02 | - |
| YUV | 157.04 | 94.68 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 140 | 98 | 0 | 0.34 | 0.54 | 0.16 | 21.91 | 0.58 | 0.61 |
| Hex | D5 | 8C | 62 | 0 | 22 | 36 | 10 | 16 | 3A | 3D |
| Octal | 325 | 214 | 142 | 0 | 42 | 66 | 20 | 26 | 72 | 75 |
| Binary | 11010101 | 10001100 | 1100010 | 0 | 100010 | 110110 | 10000 | 10110 | 111010 | 111101 |
Color Harmonies of #D58C62
Complementary color
Monochromatic Colors of #D58C62
Black with #D58C62
Text Example
Text Example
White with #D58C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58C62; }
p { color: rgb(213,140,98); }
H1.HeaderClassName
{
color: #D58C62;
}
.AnyTagClassName
{
color: #D58C62;
}
</style>
background-color css
<style>
a { background-color: #D58C62; }
a { background-color: rgb(213,140,98); }
div.DivClassName
{
background-color: #D58C62;
}
.BgClassName
{
background-color: #D58C62;
}
</style>
border-color css
<style>
span { border-color: #D58C62; }
span { border-color: rgb(213,140,98); }
td.TdClassName
{
border-color: #D58C62;
}
.TagClassName
{
border-color: #D58C62;
}
</style>