Shades of Whiskey #DC966A
Tints of Whiskey #DC966A
RGB
CMYK
RGB Variations
Color information
#DC966A (or 0xDC966A) is known color: Whiskey. HEX triplet: DC, 96 and 6A. RGB value is (220,150,106). Sum of RGB (Red+Green+Blue) = 220+150+106=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 150 (58.98% from 255 or 31.51% from 476); Blue value is 106 (41.80% from 255 or 22.27% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC966A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC966A is #236995. Grayscale: #A6A6A6. Windows color (decimal): -2320790 or 6985436. OLE color: 6985436.
HSL color Cylindrical-coordinate representation of color #DC966A: hue angle of 23.16º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC966A is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 106 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.14 |
| HSL | 23.16º | 0.62% | 0.64% | - |
| HSV(B) | 23.16º | 0.52% | 0.86% | - |
| XYZ | 43.02 | 38.07 | 18.72 | - |
| YUV | 165.91 | 94.19 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 106 | 0 | 0.32 | 0.52 | 0.14 | 23.16 | 0.62 | 0.64 |
| Hex | DC | 96 | 6A | 0 | 20 | 34 | E | 17 | 3E | 40 |
| Octal | 334 | 226 | 152 | 0 | 40 | 64 | 16 | 27 | 76 | 100 |
| Binary | 11011100 | 10010110 | 1101010 | 0 | 100000 | 110100 | 1110 | 10111 | 111110 | 1000000 |
Color Harmonies of #DC966A
Complementary color
Monochromatic Colors of #DC966A
Black with #DC966A
Text Example
Text Example
White with #DC966A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC966A; }
p { color: rgb(220,150,106); }
H1.HeaderClassName
{
color: #DC966A;
}
.AnyTagClassName
{
color: #DC966A;
}
</style>
background-color css
<style>
a { background-color: #DC966A; }
a { background-color: rgb(220,150,106); }
div.DivClassName
{
background-color: #DC966A;
}
.BgClassName
{
background-color: #DC966A;
}
</style>
border-color css
<style>
span { border-color: #DC966A; }
span { border-color: rgb(220,150,106); }
td.TdClassName
{
border-color: #DC966A;
}
.TagClassName
{
border-color: #DC966A;
}
</style>