Shades of Whiskey #D59A68
Tints of Whiskey #D59A68
RGB
CMYK
RGB Variations
Color information
#D59A68 (or 0xD59A68) is known color: Whiskey. HEX triplet: D5, 9A and 68. RGB value is (213,154,104). Sum of RGB (Red+Green+Blue) = 213+154+104=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59A68 is #2A6597. Grayscale: #A6A6A6. Windows color (decimal): -2778520 or 6855381. OLE color: 6855381.
HSL color Cylindrical-coordinate representation of color #D59A68: hue angle of 27.52º 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 #D59A68 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 154 | 104 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.16 |
| HSL | 27.52º | 0.56% | 0.62% | - |
| HSV(B) | 27.52º | 0.51% | 0.84% | - |
| XYZ | 41.49 | 38.26 | 18.29 | - |
| YUV | 165.94 | 93.05 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 154 | 104 | 0 | 0.28 | 0.51 | 0.16 | 27.52 | 0.56 | 0.62 |
| Hex | D5 | 9A | 68 | 0 | 1C | 33 | 10 | 1C | 38 | 3E |
| Octal | 325 | 232 | 150 | 0 | 34 | 63 | 20 | 34 | 70 | 76 |
| Binary | 11010101 | 10011010 | 1101000 | 0 | 11100 | 110011 | 10000 | 11100 | 111000 | 111110 |
Color Harmonies of #D59A68
Complementary color
Monochromatic Colors of #D59A68
Black with #D59A68
Text Example
Text Example
White with #D59A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59A68; }
p { color: rgb(213,154,104); }
H1.HeaderClassName
{
color: #D59A68;
}
.AnyTagClassName
{
color: #D59A68;
}
</style>
background-color css
<style>
a { background-color: #D59A68; }
a { background-color: rgb(213,154,104); }
div.DivClassName
{
background-color: #D59A68;
}
.BgClassName
{
background-color: #D59A68;
}
</style>
border-color css
<style>
span { border-color: #D59A68; }
span { border-color: rgb(213,154,104); }
td.TdClassName
{
border-color: #D59A68;
}
.TagClassName
{
border-color: #D59A68;
}
</style>