Shades of Whiskey #DA9868
Tints of Whiskey #DA9868
RGB
CMYK
RGB Variations
Color information
#DA9868 (or 0xDA9868) is known color: Whiskey. HEX triplet: DA, 98 and 68. RGB value is (218,152,104). Sum of RGB (Red+Green+Blue) = 218+152+104=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 104 (41.02% from 255 or 21.94% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9868 is #256797. Grayscale: #A6A6A6. Windows color (decimal): -2451352 or 6854874. OLE color: 6854874.
HSL color Cylindrical-coordinate representation of color #DA9868: hue angle of 25.26º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA9868 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 152 | 104 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.15 |
| HSL | 25.26º | 0.61% | 0.63% | - |
| HSV(B) | 25.26º | 0.52% | 0.85% | - |
| XYZ | 42.64 | 38.36 | 18.25 | - |
| YUV | 166.26 | 92.87 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 152 | 104 | 0 | 0.30 | 0.52 | 0.15 | 25.26 | 0.61 | 0.63 |
| Hex | DA | 98 | 68 | 0 | 1E | 34 | F | 19 | 3D | 3F |
| Octal | 332 | 230 | 150 | 0 | 36 | 64 | 17 | 31 | 75 | 77 |
| Binary | 11011010 | 10011000 | 1101000 | 0 | 11110 | 110100 | 1111 | 11001 | 111101 | 111111 |
Color Harmonies of #DA9868
Complementary color
Monochromatic Colors of #DA9868
Black with #DA9868
Text Example
Text Example
White with #DA9868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9868; }
p { color: rgb(218,152,104); }
H1.HeaderClassName
{
color: #DA9868;
}
.AnyTagClassName
{
color: #DA9868;
}
</style>
background-color css
<style>
a { background-color: #DA9868; }
a { background-color: rgb(218,152,104); }
div.DivClassName
{
background-color: #DA9868;
}
.BgClassName
{
background-color: #DA9868;
}
</style>
border-color css
<style>
span { border-color: #DA9868; }
span { border-color: rgb(218,152,104); }
td.TdClassName
{
border-color: #DA9868;
}
.TagClassName
{
border-color: #DA9868;
}
</style>