Shades of Whiskey #DA9669
Tints of Whiskey #DA9669
RGB
CMYK
RGB Variations
Color information
#DA9669 (or 0xDA9669) is known color: Whiskey. HEX triplet: DA, 96 and 69. RGB value is (218,150,105). Sum of RGB (Red+Green+Blue) = 218+150+105=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 105 (41.41% from 255 or 22.20% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9669 is #256996. Grayscale: #A5A5A5. Windows color (decimal): -2451863 or 6919898. OLE color: 6919898.
HSL color Cylindrical-coordinate representation of color #DA9669: hue angle of 23.89º 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 #DA9669 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 150 | 105 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.15 |
| HSL | 23.89º | 0.6% | 0.63% | - |
| HSV(B) | 23.89º | 0.52% | 0.85% | - |
| XYZ | 42.37 | 37.74 | 18.42 | - |
| YUV | 165.2 | 94.03 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 150 | 105 | 0 | 0.31 | 0.52 | 0.15 | 23.89 | 0.6 | 0.63 |
| Hex | DA | 96 | 69 | 0 | 1F | 34 | F | 18 | 3C | 3F |
| Octal | 332 | 226 | 151 | 0 | 37 | 64 | 17 | 30 | 74 | 77 |
| Binary | 11011010 | 10010110 | 1101001 | 0 | 11111 | 110100 | 1111 | 11000 | 111100 | 111111 |
Color Harmonies of #DA9669
Complementary color
Monochromatic Colors of #DA9669
Black with #DA9669
Text Example
Text Example
White with #DA9669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9669; }
p { color: rgb(218,150,105); }
H1.HeaderClassName
{
color: #DA9669;
}
.AnyTagClassName
{
color: #DA9669;
}
</style>
background-color css
<style>
a { background-color: #DA9669; }
a { background-color: rgb(218,150,105); }
div.DivClassName
{
background-color: #DA9669;
}
.BgClassName
{
background-color: #DA9669;
}
</style>
border-color css
<style>
span { border-color: #DA9669; }
span { border-color: rgb(218,150,105); }
td.TdClassName
{
border-color: #DA9669;
}
.TagClassName
{
border-color: #DA9669;
}
</style>