Shades of Whiskey #D59468
Tints of Whiskey #D59468
RGB
CMYK
RGB Variations
Color information
#D59468 (or 0xD59468) is known color: Whiskey. HEX triplet: D5, 94 and 68. RGB value is (213,148,104). Sum of RGB (Red+Green+Blue) = 213+148+104=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 104 (41.02% from 255 or 22.37% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D59468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59468 is #2A6B97. Grayscale: #A2A2A2. Windows color (decimal): -2780056 or 6853845. OLE color: 6853845.
HSL color Cylindrical-coordinate representation of color #D59468: hue angle of 24.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 #D59468 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 148 | 104 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.16 |
| HSL | 24.22º | 0.56% | 0.62% | - |
| HSV(B) | 24.22º | 0.51% | 0.84% | - |
| XYZ | 40.53 | 36.33 | 17.97 | - |
| YUV | 162.42 | 95.03 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 148 | 104 | 0 | 0.31 | 0.51 | 0.16 | 24.22 | 0.56 | 0.62 |
| Hex | D5 | 94 | 68 | 0 | 1F | 33 | 10 | 18 | 38 | 3E |
| Octal | 325 | 224 | 150 | 0 | 37 | 63 | 20 | 30 | 70 | 76 |
| Binary | 11010101 | 10010100 | 1101000 | 0 | 11111 | 110011 | 10000 | 11000 | 111000 | 111110 |
Color Harmonies of #D59468
Complementary color
Monochromatic Colors of #D59468
Black with #D59468
Text Example
Text Example
White with #D59468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59468; }
p { color: rgb(213,148,104); }
H1.HeaderClassName
{
color: #D59468;
}
.AnyTagClassName
{
color: #D59468;
}
</style>
background-color css
<style>
a { background-color: #D59468; }
a { background-color: rgb(213,148,104); }
div.DivClassName
{
background-color: #D59468;
}
.BgClassName
{
background-color: #D59468;
}
</style>
border-color css
<style>
span { border-color: #D59468; }
span { border-color: rgb(213,148,104); }
td.TdClassName
{
border-color: #D59468;
}
.TagClassName
{
border-color: #D59468;
}
</style>