Shades of Whiskey #D59168
Tints of Whiskey #D59168
RGB
CMYK
RGB Variations
Color information
#D59168 (or 0xD59168) is known color: Whiskey. HEX triplet: D5, 91 and 68. RGB value is (213,145,104). Sum of RGB (Red+Green+Blue) = 213+145+104=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 104 (41.02% from 255 or 22.51% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D59168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59168 is #2A6E97. Grayscale: #A0A0A0. Windows color (decimal): -2780824 or 6853077. OLE color: 6853077.
HSL color Cylindrical-coordinate representation of color #D59168: hue angle of 22.57º 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 #D59168 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 145 | 104 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.16 |
| HSL | 22.57º | 0.56% | 0.62% | - |
| HSV(B) | 22.57º | 0.51% | 0.84% | - |
| XYZ | 40.06 | 35.4 | 17.82 | - |
| YUV | 160.66 | 96.03 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 145 | 104 | 0 | 0.32 | 0.51 | 0.16 | 22.57 | 0.56 | 0.62 |
| Hex | D5 | 91 | 68 | 0 | 20 | 33 | 10 | 17 | 38 | 3E |
| Octal | 325 | 221 | 150 | 0 | 40 | 63 | 20 | 27 | 70 | 76 |
| Binary | 11010101 | 10010001 | 1101000 | 0 | 100000 | 110011 | 10000 | 10111 | 111000 | 111110 |
Color Harmonies of #D59168
Complementary color
Monochromatic Colors of #D59168
Black with #D59168
Text Example
Text Example
White with #D59168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59168; }
p { color: rgb(213,145,104); }
H1.HeaderClassName
{
color: #D59168;
}
.AnyTagClassName
{
color: #D59168;
}
</style>
background-color css
<style>
a { background-color: #D59168; }
a { background-color: rgb(213,145,104); }
div.DivClassName
{
background-color: #D59168;
}
.BgClassName
{
background-color: #D59168;
}
</style>
border-color css
<style>
span { border-color: #D59168; }
span { border-color: rgb(213,145,104); }
td.TdClassName
{
border-color: #D59168;
}
.TagClassName
{
border-color: #D59168;
}
</style>