Shades of Whiskey #D59169
Tints of Whiskey #D59169
RGB
CMYK
RGB Variations
Color information
#D59169 (or 0xD59169) is known color: Whiskey. HEX triplet: D5, 91 and 69. RGB value is (213,145,105). Sum of RGB (Red+Green+Blue) = 213+145+105=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D59169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59169 is #2A6E96. Grayscale: #A1A1A1. Windows color (decimal): -2780823 or 6918613. OLE color: 6918613.
HSL color Cylindrical-coordinate representation of color #D59169: hue angle of 22.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 #D59169 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 145 | 105 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.16 |
| HSL | 22.22º | 0.56% | 0.62% | - |
| HSV(B) | 22.22º | 0.51% | 0.84% | - |
| XYZ | 40.12 | 35.42 | 18.09 | - |
| YUV | 160.77 | 96.53 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 145 | 105 | 0 | 0.32 | 0.51 | 0.16 | 22.22 | 0.56 | 0.62 |
| Hex | D5 | 91 | 69 | 0 | 20 | 33 | 10 | 16 | 38 | 3E |
| Octal | 325 | 221 | 151 | 0 | 40 | 63 | 20 | 26 | 70 | 76 |
| Binary | 11010101 | 10010001 | 1101001 | 0 | 100000 | 110011 | 10000 | 10110 | 111000 | 111110 |
Color Harmonies of #D59169
Complementary color
Monochromatic Colors of #D59169
Black with #D59169
Text Example
Text Example
White with #D59169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59169; }
p { color: rgb(213,145,105); }
H1.HeaderClassName
{
color: #D59169;
}
.AnyTagClassName
{
color: #D59169;
}
</style>
background-color css
<style>
a { background-color: #D59169; }
a { background-color: rgb(213,145,105); }
div.DivClassName
{
background-color: #D59169;
}
.BgClassName
{
background-color: #D59169;
}
</style>
border-color css
<style>
span { border-color: #D59169; }
span { border-color: rgb(213,145,105); }
td.TdClassName
{
border-color: #D59169;
}
.TagClassName
{
border-color: #D59169;
}
</style>