Shades of Whiskey #DA9A69
Tints of Whiskey #DA9A69
RGB
CMYK
RGB Variations
Color information
#DA9A69 (or 0xDA9A69) is known color: Whiskey. HEX triplet: DA, 9A and 69. RGB value is (218,154,105). Sum of RGB (Red+Green+Blue) = 218+154+105=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 105 (41.41% from 255 or 22.01% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9A69 is #256596. Grayscale: #A7A7A7. Windows color (decimal): -2450839 or 6920922. OLE color: 6920922.
HSL color Cylindrical-coordinate representation of color #DA9A69: hue angle of 26.02º 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 #DA9A69 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 154 | 105 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.15 |
| HSL | 26.02º | 0.6% | 0.63% | - |
| HSV(B) | 26.02º | 0.52% | 0.85% | - |
| XYZ | 43.02 | 39.04 | 18.63 | - |
| YUV | 167.55 | 92.7 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 154 | 105 | 0 | 0.29 | 0.52 | 0.15 | 26.02 | 0.6 | 0.63 |
| Hex | DA | 9A | 69 | 0 | 1D | 34 | F | 1A | 3C | 3F |
| Octal | 332 | 232 | 151 | 0 | 35 | 64 | 17 | 32 | 74 | 77 |
| Binary | 11011010 | 10011010 | 1101001 | 0 | 11101 | 110100 | 1111 | 11010 | 111100 | 111111 |
Color Harmonies of #DA9A69
Complementary color
Monochromatic Colors of #DA9A69
Black with #DA9A69
Text Example
Text Example
White with #DA9A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9A69; }
p { color: rgb(218,154,105); }
H1.HeaderClassName
{
color: #DA9A69;
}
.AnyTagClassName
{
color: #DA9A69;
}
</style>
background-color css
<style>
a { background-color: #DA9A69; }
a { background-color: rgb(218,154,105); }
div.DivClassName
{
background-color: #DA9A69;
}
.BgClassName
{
background-color: #DA9A69;
}
</style>
border-color css
<style>
span { border-color: #DA9A69; }
span { border-color: rgb(218,154,105); }
td.TdClassName
{
border-color: #DA9A69;
}
.TagClassName
{
border-color: #DA9A69;
}
</style>