Shades of Whiskey #D59069
Tints of Whiskey #D59069
RGB
CMYK
RGB Variations
Color information
#D59069 (or 0xD59069) is known color: Whiskey. HEX triplet: D5, 90 and 69. RGB value is (213,144,105). Sum of RGB (Red+Green+Blue) = 213+144+105=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 105 (41.41% from 255 or 22.73% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D59069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59069 is #2A6F96. Grayscale: #A0A0A0. Windows color (decimal): -2781079 or 6918357. OLE color: 6918357.
HSL color Cylindrical-coordinate representation of color #D59069: hue angle of 21.67º 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 #D59069 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 144 | 105 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.16 |
| HSL | 21.67º | 0.56% | 0.62% | - |
| HSV(B) | 21.67º | 0.51% | 0.84% | - |
| XYZ | 39.96 | 35.11 | 18.04 | - |
| YUV | 160.19 | 96.86 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 144 | 105 | 0 | 0.32 | 0.51 | 0.16 | 21.67 | 0.56 | 0.62 |
| Hex | D5 | 90 | 69 | 0 | 20 | 33 | 10 | 16 | 38 | 3E |
| Octal | 325 | 220 | 151 | 0 | 40 | 63 | 20 | 26 | 70 | 76 |
| Binary | 11010101 | 10010000 | 1101001 | 0 | 100000 | 110011 | 10000 | 10110 | 111000 | 111110 |
Color Harmonies of #D59069
Complementary color
Monochromatic Colors of #D59069
Black with #D59069
Text Example
Text Example
White with #D59069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59069; }
p { color: rgb(213,144,105); }
H1.HeaderClassName
{
color: #D59069;
}
.AnyTagClassName
{
color: #D59069;
}
</style>
background-color css
<style>
a { background-color: #D59069; }
a { background-color: rgb(213,144,105); }
div.DivClassName
{
background-color: #D59069;
}
.BgClassName
{
background-color: #D59069;
}
</style>
border-color css
<style>
span { border-color: #D59069; }
span { border-color: rgb(213,144,105); }
td.TdClassName
{
border-color: #D59069;
}
.TagClassName
{
border-color: #D59069;
}
</style>