Shades of Whiskey #D19568
Tints of Whiskey #D19568
RGB
CMYK
RGB Variations
Color information
#D19568 (or 0xD19568) is known color: Whiskey. HEX triplet: D1, 95 and 68. RGB value is (209,149,104). Sum of RGB (Red+Green+Blue) = 209+149+104=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 104 (41.02% from 255 or 22.51% from 462); Max value from RGB is 209 - color contains mainly: red. Hex color #D19568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19568 is #2E6A97. Grayscale: #A2A2A2. Windows color (decimal): -3041944 or 6854097. OLE color: 6854097.
HSL color Cylindrical-coordinate representation of color #D19568: hue angle of 25.71º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D19568 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 149 | 104 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.18 |
| HSL | 25.71º | 0.53% | 0.61% | - |
| HSV(B) | 25.71º | 0.5% | 0.82% | - |
| XYZ | 39.54 | 36.05 | 17.97 | - |
| YUV | 161.81 | 95.38 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 149 | 104 | 0 | 0.29 | 0.50 | 0.18 | 25.71 | 0.53 | 0.61 |
| Hex | D1 | 95 | 68 | 0 | 1D | 32 | 12 | 1A | 35 | 3D |
| Octal | 321 | 225 | 150 | 0 | 35 | 62 | 22 | 32 | 65 | 75 |
| Binary | 11010001 | 10010101 | 1101000 | 0 | 11101 | 110010 | 10010 | 11010 | 110101 | 111101 |
Color Harmonies of #D19568
Complementary color
Monochromatic Colors of #D19568
Black with #D19568
Text Example
Text Example
White with #D19568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19568; }
p { color: rgb(209,149,104); }
H1.HeaderClassName
{
color: #D19568;
}
.AnyTagClassName
{
color: #D19568;
}
</style>
background-color css
<style>
a { background-color: #D19568; }
a { background-color: rgb(209,149,104); }
div.DivClassName
{
background-color: #D19568;
}
.BgClassName
{
background-color: #D19568;
}
</style>
border-color css
<style>
span { border-color: #D19568; }
span { border-color: rgb(209,149,104); }
td.TdClassName
{
border-color: #D19568;
}
.TagClassName
{
border-color: #D19568;
}
</style>