Shades of Whiskey #DC9669
Tints of Whiskey #DC9669
RGB
CMYK
RGB Variations
Color information
#DC9669 (or 0xDC9669) is known color: Whiskey. HEX triplet: DC, 96 and 69. RGB value is (220,150,105). Sum of RGB (Red+Green+Blue) = 220+150+105=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 105 (41.41% from 255 or 22.11% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9669 is #236996. Grayscale: #A6A6A6. Windows color (decimal): -2320791 or 6919900. OLE color: 6919900.
HSL color Cylindrical-coordinate representation of color #DC9669: hue angle of 23.48º 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 #DC9669 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 105 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.14 |
| HSL | 23.48º | 0.62% | 0.64% | - |
| HSV(B) | 23.48º | 0.52% | 0.86% | - |
| XYZ | 42.97 | 38.05 | 18.44 | - |
| YUV | 165.8 | 93.69 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 105 | 0 | 0.32 | 0.52 | 0.14 | 23.48 | 0.62 | 0.64 |
| Hex | DC | 96 | 69 | 0 | 20 | 34 | E | 17 | 3E | 40 |
| Octal | 334 | 226 | 151 | 0 | 40 | 64 | 16 | 27 | 76 | 100 |
| Binary | 11011100 | 10010110 | 1101001 | 0 | 100000 | 110100 | 1110 | 10111 | 111110 | 1000000 |
Color Harmonies of #DC9669
Complementary color
Monochromatic Colors of #DC9669
Black with #DC9669
Text Example
Text Example
White with #DC9669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9669; }
p { color: rgb(220,150,105); }
H1.HeaderClassName
{
color: #DC9669;
}
.AnyTagClassName
{
color: #DC9669;
}
</style>
background-color css
<style>
a { background-color: #DC9669; }
a { background-color: rgb(220,150,105); }
div.DivClassName
{
background-color: #DC9669;
}
.BgClassName
{
background-color: #DC9669;
}
</style>
border-color css
<style>
span { border-color: #DC9669; }
span { border-color: rgb(220,150,105); }
td.TdClassName
{
border-color: #DC9669;
}
.TagClassName
{
border-color: #DC9669;
}
</style>