Shades of Whiskey #D5A06E
Tints of Whiskey #D5A06E
RGB
CMYK
RGB Variations
Color information
#D5A06E (or 0xD5A06E) is known color: Whiskey. HEX triplet: D5, A0 and 6E. RGB value is (213,160,110). Sum of RGB (Red+Green+Blue) = 213+160+110=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A06E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A06E is #2A5F91. Grayscale: #AAAAAA. Windows color (decimal): -2776978 or 7250133. OLE color: 7250133.
HSL color Cylindrical-coordinate representation of color #D5A06E: hue angle of 29.13º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D5A06E is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 160 | 110 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.16 |
| HSL | 29.13º | 0.55% | 0.63% | - |
| HSV(B) | 29.13º | 0.48% | 0.84% | - |
| XYZ | 42.83 | 40.41 | 20.3 | - |
| YUV | 170.15 | 94.06 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 160 | 110 | 0 | 0.25 | 0.48 | 0.16 | 29.13 | 0.55 | 0.63 |
| Hex | D5 | A0 | 6E | 0 | 19 | 30 | 10 | 1D | 37 | 3F |
| Octal | 325 | 240 | 156 | 0 | 31 | 60 | 20 | 35 | 67 | 77 |
| Binary | 11010101 | 10100000 | 1101110 | 0 | 11001 | 110000 | 10000 | 11101 | 110111 | 111111 |
Color Harmonies of #D5A06E
Complementary color
Monochromatic Colors of #D5A06E
Black with #D5A06E
Text Example
Text Example
White with #D5A06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A06E; }
p { color: rgb(213,160,110); }
H1.HeaderClassName
{
color: #D5A06E;
}
.AnyTagClassName
{
color: #D5A06E;
}
</style>
background-color css
<style>
a { background-color: #D5A06E; }
a { background-color: rgb(213,160,110); }
div.DivClassName
{
background-color: #D5A06E;
}
.BgClassName
{
background-color: #D5A06E;
}
</style>
border-color css
<style>
span { border-color: #D5A06E; }
span { border-color: rgb(213,160,110); }
td.TdClassName
{
border-color: #D5A06E;
}
.TagClassName
{
border-color: #D5A06E;
}
</style>