Shades of Whiskey #DC9766
Tints of Whiskey #DC9766
RGB
CMYK
RGB Variations
Color information
#DC9766 (or 0xDC9766) is known color: Whiskey. HEX triplet: DC, 97 and 66. RGB value is (220,151,102). Sum of RGB (Red+Green+Blue) = 220+151+102=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 151 (59.38% from 255 or 31.92% from 473); Blue value is 102 (40.23% from 255 or 21.56% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9766 is #236899. Grayscale: #A6A6A6. Windows color (decimal): -2320538 or 6723548. OLE color: 6723548.
HSL color Cylindrical-coordinate representation of color #DC9766: hue angle of 24.92º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC9766 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 151 | 102 | - |
| CMYK | 0 | 0.31 | 0.54 | 0.14 |
| HSL | 24.92º | 0.63% | 0.63% | - |
| HSV(B) | 24.92º | 0.54% | 0.86% | - |
| XYZ | 42.98 | 38.31 | 17.7 | - |
| YUV | 166.05 | 91.86 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 151 | 102 | 0 | 0.31 | 0.54 | 0.14 | 24.92 | 0.63 | 0.63 |
| Hex | DC | 97 | 66 | 0 | 1F | 36 | E | 19 | 3F | 3F |
| Octal | 334 | 227 | 146 | 0 | 37 | 66 | 16 | 31 | 77 | 77 |
| Binary | 11011100 | 10010111 | 1100110 | 0 | 11111 | 110110 | 1110 | 11001 | 111111 | 111111 |
Color Harmonies of #DC9766
Complementary color
Monochromatic Colors of #DC9766
Black with #DC9766
Text Example
Text Example
White with #DC9766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9766; }
p { color: rgb(220,151,102); }
H1.HeaderClassName
{
color: #DC9766;
}
.AnyTagClassName
{
color: #DC9766;
}
</style>
background-color css
<style>
a { background-color: #DC9766; }
a { background-color: rgb(220,151,102); }
div.DivClassName
{
background-color: #DC9766;
}
.BgClassName
{
background-color: #DC9766;
}
</style>
border-color css
<style>
span { border-color: #DC9766; }
span { border-color: rgb(220,151,102); }
td.TdClassName
{
border-color: #DC9766;
}
.TagClassName
{
border-color: #DC9766;
}
</style>