Shades of Whiskey #D59A69
Tints of Whiskey #D59A69
RGB
CMYK
RGB Variations
Color information
#D59A69 (or 0xD59A69) is known color: Whiskey. HEX triplet: D5, 9A and 69. RGB value is (213,154,105). Sum of RGB (Red+Green+Blue) = 213+154+105=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 105 (41.41% from 255 or 22.25% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59A69 is #2A6596. Grayscale: #A6A6A6. Windows color (decimal): -2778519 or 6920917. OLE color: 6920917.
HSL color Cylindrical-coordinate representation of color #D59A69: hue angle of 27.22º 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 #D59A69 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 154 | 105 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.16 |
| HSL | 27.22º | 0.56% | 0.62% | - |
| HSV(B) | 27.22º | 0.51% | 0.84% | - |
| XYZ | 41.55 | 38.28 | 18.56 | - |
| YUV | 166.06 | 93.55 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 154 | 105 | 0 | 0.28 | 0.51 | 0.16 | 27.22 | 0.56 | 0.62 |
| Hex | D5 | 9A | 69 | 0 | 1C | 33 | 10 | 1B | 38 | 3E |
| Octal | 325 | 232 | 151 | 0 | 34 | 63 | 20 | 33 | 70 | 76 |
| Binary | 11010101 | 10011010 | 1101001 | 0 | 11100 | 110011 | 10000 | 11011 | 111000 | 111110 |
Color Harmonies of #D59A69
Complementary color
Monochromatic Colors of #D59A69
Black with #D59A69
Text Example
Text Example
White with #D59A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59A69; }
p { color: rgb(213,154,105); }
H1.HeaderClassName
{
color: #D59A69;
}
.AnyTagClassName
{
color: #D59A69;
}
</style>
background-color css
<style>
a { background-color: #D59A69; }
a { background-color: rgb(213,154,105); }
div.DivClassName
{
background-color: #D59A69;
}
.BgClassName
{
background-color: #D59A69;
}
</style>
border-color css
<style>
span { border-color: #D59A69; }
span { border-color: rgb(213,154,105); }
td.TdClassName
{
border-color: #D59A69;
}
.TagClassName
{
border-color: #D59A69;
}
</style>