Shades of Whiskey #D59D68
Tints of Whiskey #D59D68
RGB
CMYK
RGB Variations
Color information
#D59D68 (or 0xD59D68) is known color: Whiskey. HEX triplet: D5, 9D and 68. RGB value is (213,157,104). Sum of RGB (Red+Green+Blue) = 213+157+104=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 157 (61.72% from 255 or 33.12% from 474); Blue value is 104 (41.02% from 255 or 21.94% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59D68 is #2A6297. Grayscale: #A7A7A7. Windows color (decimal): -2777752 or 6856149. OLE color: 6856149.
HSL color Cylindrical-coordinate representation of color #D59D68: hue angle of 29.17º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D59D68 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 157 | 104 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.16 |
| HSL | 29.17º | 0.56% | 0.62% | - |
| HSV(B) | 29.17º | 0.51% | 0.84% | - |
| XYZ | 42 | 39.26 | 18.46 | - |
| YUV | 167.7 | 92.05 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 157 | 104 | 0 | 0.26 | 0.51 | 0.16 | 29.17 | 0.56 | 0.62 |
| Hex | D5 | 9D | 68 | 0 | 1A | 33 | 10 | 1D | 38 | 3E |
| Octal | 325 | 235 | 150 | 0 | 32 | 63 | 20 | 35 | 70 | 76 |
| Binary | 11010101 | 10011101 | 1101000 | 0 | 11010 | 110011 | 10000 | 11101 | 111000 | 111110 |
Color Harmonies of #D59D68
Complementary color
Monochromatic Colors of #D59D68
Black with #D59D68
Text Example
Text Example
White with #D59D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59D68; }
p { color: rgb(213,157,104); }
H1.HeaderClassName
{
color: #D59D68;
}
.AnyTagClassName
{
color: #D59D68;
}
</style>
background-color css
<style>
a { background-color: #D59D68; }
a { background-color: rgb(213,157,104); }
div.DivClassName
{
background-color: #D59D68;
}
.BgClassName
{
background-color: #D59D68;
}
</style>
border-color css
<style>
span { border-color: #D59D68; }
span { border-color: rgb(213,157,104); }
td.TdClassName
{
border-color: #D59D68;
}
.TagClassName
{
border-color: #D59D68;
}
</style>