Shades of Whiskey #DA9569
Tints of Whiskey #DA9569
RGB
CMYK
RGB Variations
Color information
#DA9569 (or 0xDA9569) is known color: Whiskey. HEX triplet: DA, 95 and 69. RGB value is (218,149,105). Sum of RGB (Red+Green+Blue) = 218+149+105=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 105 (41.41% from 255 or 22.25% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9569 is #256A96. Grayscale: #A4A4A4. Windows color (decimal): -2452119 or 6919642. OLE color: 6919642.
HSL color Cylindrical-coordinate representation of color #DA9569: hue angle of 23.36º degrees, saturation: 0.6, 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 #DA9569 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 149 | 105 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.15 |
| HSL | 23.36º | 0.6% | 0.63% | - |
| HSV(B) | 23.36º | 0.52% | 0.85% | - |
| XYZ | 42.21 | 37.42 | 18.36 | - |
| YUV | 164.62 | 94.36 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 149 | 105 | 0 | 0.32 | 0.52 | 0.15 | 23.36 | 0.6 | 0.63 |
| Hex | DA | 95 | 69 | 0 | 20 | 34 | F | 17 | 3C | 3F |
| Octal | 332 | 225 | 151 | 0 | 40 | 64 | 17 | 27 | 74 | 77 |
| Binary | 11011010 | 10010101 | 1101001 | 0 | 100000 | 110100 | 1111 | 10111 | 111100 | 111111 |
Color Harmonies of #DA9569
Complementary color
Monochromatic Colors of #DA9569
Black with #DA9569
Text Example
Text Example
White with #DA9569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9569; }
p { color: rgb(218,149,105); }
H1.HeaderClassName
{
color: #DA9569;
}
.AnyTagClassName
{
color: #DA9569;
}
</style>
background-color css
<style>
a { background-color: #DA9569; }
a { background-color: rgb(218,149,105); }
div.DivClassName
{
background-color: #DA9569;
}
.BgClassName
{
background-color: #DA9569;
}
</style>
border-color css
<style>
span { border-color: #DA9569; }
span { border-color: rgb(218,149,105); }
td.TdClassName
{
border-color: #DA9569;
}
.TagClassName
{
border-color: #DA9569;
}
</style>