Shades of Whiskey #D59B65
Tints of Whiskey #D59B65
RGB
CMYK
RGB Variations
Color information
#D59B65 (or 0xD59B65) is known color: Whiskey. HEX triplet: D5, 9B and 65. RGB value is (213,155,101). Sum of RGB (Red+Green+Blue) = 213+155+101=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 155 (60.94% from 255 or 33.05% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59B65 is #2A649A. Grayscale: #A6A6A6. Windows color (decimal): -2778267 or 6659029. OLE color: 6659029.
HSL color Cylindrical-coordinate representation of color #D59B65: hue angle of 28.93º 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 #D59B65 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 155 | 101 | - |
| CMYK | 0 | 0.27 | 0.53 | 0.16 |
| HSL | 28.93º | 0.57% | 0.62% | - |
| HSV(B) | 28.93º | 0.53% | 0.84% | - |
| XYZ | 41.51 | 38.53 | 17.56 | - |
| YUV | 166.19 | 91.22 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 101 | 0 | 0.27 | 0.53 | 0.16 | 28.93 | 0.57 | 0.62 |
| Hex | D5 | 9B | 65 | 0 | 1B | 35 | 10 | 1D | 39 | 3E |
| Octal | 325 | 233 | 145 | 0 | 33 | 65 | 20 | 35 | 71 | 76 |
| Binary | 11010101 | 10011011 | 1100101 | 0 | 11011 | 110101 | 10000 | 11101 | 111001 | 111110 |
Color Harmonies of #D59B65
Complementary color
Monochromatic Colors of #D59B65
Black with #D59B65
Text Example
Text Example
White with #D59B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59B65; }
p { color: rgb(213,155,101); }
H1.HeaderClassName
{
color: #D59B65;
}
.AnyTagClassName
{
color: #D59B65;
}
</style>
background-color css
<style>
a { background-color: #D59B65; }
a { background-color: rgb(213,155,101); }
div.DivClassName
{
background-color: #D59B65;
}
.BgClassName
{
background-color: #D59B65;
}
</style>
border-color css
<style>
span { border-color: #D59B65; }
span { border-color: rgb(213,155,101); }
td.TdClassName
{
border-color: #D59B65;
}
.TagClassName
{
border-color: #D59B65;
}
</style>