Shades of Whiskey #DA966A
Tints of Whiskey #DA966A
RGB
CMYK
RGB Variations
Color information
#DA966A (or 0xDA966A) is known color: Whiskey. HEX triplet: DA, 96 and 6A. RGB value is (218,150,106). Sum of RGB (Red+Green+Blue) = 218+150+106=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 106 (41.80% from 255 or 22.36% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA966A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA966A is #256995. Grayscale: #A5A5A5. Windows color (decimal): -2451862 or 6985434. OLE color: 6985434.
HSL color Cylindrical-coordinate representation of color #DA966A: hue angle of 23.57º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA966A is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 150 | 106 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.15 |
| HSL | 23.57º | 0.6% | 0.64% | - |
| HSV(B) | 23.57º | 0.51% | 0.85% | - |
| XYZ | 42.42 | 37.76 | 18.69 | - |
| YUV | 165.32 | 94.53 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 150 | 106 | 0 | 0.31 | 0.51 | 0.15 | 23.57 | 0.6 | 0.64 |
| Hex | DA | 96 | 6A | 0 | 1F | 33 | F | 18 | 3C | 40 |
| Octal | 332 | 226 | 152 | 0 | 37 | 63 | 17 | 30 | 74 | 100 |
| Binary | 11011010 | 10010110 | 1101010 | 0 | 11111 | 110011 | 1111 | 11000 | 111100 | 1000000 |
Color Harmonies of #DA966A
Complementary color
Monochromatic Colors of #DA966A
Black with #DA966A
Text Example
Text Example
White with #DA966A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA966A; }
p { color: rgb(218,150,106); }
H1.HeaderClassName
{
color: #DA966A;
}
.AnyTagClassName
{
color: #DA966A;
}
</style>
background-color css
<style>
a { background-color: #DA966A; }
a { background-color: rgb(218,150,106); }
div.DivClassName
{
background-color: #DA966A;
}
.BgClassName
{
background-color: #DA966A;
}
</style>
border-color css
<style>
span { border-color: #DA966A; }
span { border-color: rgb(218,150,106); }
td.TdClassName
{
border-color: #DA966A;
}
.TagClassName
{
border-color: #DA966A;
}
</style>