Shades of Whiskey #D59165
Tints of Whiskey #D59165
RGB
CMYK
RGB Variations
Color information
#D59165 (or 0xD59165) is known color: Whiskey. HEX triplet: D5, 91 and 65. RGB value is (213,145,101). Sum of RGB (Red+Green+Blue) = 213+145+101=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 145 (57.03% from 255 or 31.59% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D59165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59165 is #2A6E9A. Grayscale: #A0A0A0. Windows color (decimal): -2780827 or 6656469. OLE color: 6656469.
HSL color Cylindrical-coordinate representation of color #D59165: hue angle of 23.57º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D59165 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 145 | 101 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.16 |
| HSL | 23.57º | 0.57% | 0.62% | - |
| HSV(B) | 23.57º | 0.53% | 0.84% | - |
| XYZ | 39.91 | 35.34 | 17.03 | - |
| YUV | 160.32 | 94.53 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 145 | 101 | 0 | 0.32 | 0.53 | 0.16 | 23.57 | 0.57 | 0.62 |
| Hex | D5 | 91 | 65 | 0 | 20 | 35 | 10 | 18 | 39 | 3E |
| Octal | 325 | 221 | 145 | 0 | 40 | 65 | 20 | 30 | 71 | 76 |
| Binary | 11010101 | 10010001 | 1100101 | 0 | 100000 | 110101 | 10000 | 11000 | 111001 | 111110 |
Color Harmonies of #D59165
Complementary color
Monochromatic Colors of #D59165
Black with #D59165
Text Example
Text Example
White with #D59165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59165; }
p { color: rgb(213,145,101); }
H1.HeaderClassName
{
color: #D59165;
}
.AnyTagClassName
{
color: #D59165;
}
</style>
background-color css
<style>
a { background-color: #D59165; }
a { background-color: rgb(213,145,101); }
div.DivClassName
{
background-color: #D59165;
}
.BgClassName
{
background-color: #D59165;
}
</style>
border-color css
<style>
span { border-color: #D59165; }
span { border-color: rgb(213,145,101); }
td.TdClassName
{
border-color: #D59165;
}
.TagClassName
{
border-color: #D59165;
}
</style>