Shades of Whiskey #DA9B6C
Tints of Whiskey #DA9B6C
RGB
CMYK
RGB Variations
Color information
#DA9B6C (or 0xDA9B6C) is known color: Whiskey. HEX triplet: DA, 9B and 6C. RGB value is (218,155,108). Sum of RGB (Red+Green+Blue) = 218+155+108=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 155 (60.94% from 255 or 32.22% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9B6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9B6C is #256493. Grayscale: #A8A8A8. Windows color (decimal): -2450580 or 7117786. OLE color: 7117786.
HSL color Cylindrical-coordinate representation of color #DA9B6C: hue angle of 25.64º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA9B6C is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 155 | 108 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.15 |
| HSL | 25.64º | 0.6% | 0.64% | - |
| HSV(B) | 25.64º | 0.5% | 0.85% | - |
| XYZ | 43.34 | 39.43 | 19.51 | - |
| YUV | 168.48 | 93.87 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 155 | 108 | 0 | 0.29 | 0.50 | 0.15 | 25.64 | 0.6 | 0.64 |
| Hex | DA | 9B | 6C | 0 | 1D | 32 | F | 1A | 3C | 40 |
| Octal | 332 | 233 | 154 | 0 | 35 | 62 | 17 | 32 | 74 | 100 |
| Binary | 11011010 | 10011011 | 1101100 | 0 | 11101 | 110010 | 1111 | 11010 | 111100 | 1000000 |
Color Harmonies of #DA9B6C
Complementary color
Monochromatic Colors of #DA9B6C
Black with #DA9B6C
Text Example
Text Example
White with #DA9B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9B6C; }
p { color: rgb(218,155,108); }
H1.HeaderClassName
{
color: #DA9B6C;
}
.AnyTagClassName
{
color: #DA9B6C;
}
</style>
background-color css
<style>
a { background-color: #DA9B6C; }
a { background-color: rgb(218,155,108); }
div.DivClassName
{
background-color: #DA9B6C;
}
.BgClassName
{
background-color: #DA9B6C;
}
</style>
border-color css
<style>
span { border-color: #DA9B6C; }
span { border-color: rgb(218,155,108); }
td.TdClassName
{
border-color: #DA9B6C;
}
.TagClassName
{
border-color: #DA9B6C;
}
</style>