Shades of Whiskey #DE9766
Tints of Whiskey #DE9766
RGB
CMYK
RGB Variations
Color information
#DE9766 (or 0xDE9766) is known color: Whiskey. HEX triplet: DE, 97 and 66. RGB value is (222,151,102). Sum of RGB (Red+Green+Blue) = 222+151+102=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 151 (59.38% from 255 or 31.79% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9766 is #216899. Grayscale: #A6A6A6. Windows color (decimal): -2189466 or 6723550. OLE color: 6723550.
HSL color Cylindrical-coordinate representation of color #DE9766: hue angle of 24.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DE9766 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 151 | 102 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.13 |
| HSL | 24.5º | 0.65% | 0.64% | - |
| HSV(B) | 24.5º | 0.54% | 0.87% | - |
| XYZ | 43.59 | 38.62 | 17.73 | - |
| YUV | 166.64 | 91.52 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 151 | 102 | 0 | 0.32 | 0.54 | 0.13 | 24.5 | 0.65 | 0.64 |
| Hex | DE | 97 | 66 | 0 | 20 | 36 | D | 18 | 41 | 40 |
| Octal | 336 | 227 | 146 | 0 | 40 | 66 | 15 | 30 | 101 | 100 |
| Binary | 11011110 | 10010111 | 1100110 | 0 | 100000 | 110110 | 1101 | 11000 | 1000001 | 1000000 |
Color Harmonies of #DE9766
Complementary color
Monochromatic Colors of #DE9766
Black with #DE9766
Text Example
Text Example
White with #DE9766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9766; }
p { color: rgb(222,151,102); }
H1.HeaderClassName
{
color: #DE9766;
}
.AnyTagClassName
{
color: #DE9766;
}
</style>
background-color css
<style>
a { background-color: #DE9766; }
a { background-color: rgb(222,151,102); }
div.DivClassName
{
background-color: #DE9766;
}
.BgClassName
{
background-color: #DE9766;
}
</style>
border-color css
<style>
span { border-color: #DE9766; }
span { border-color: rgb(222,151,102); }
td.TdClassName
{
border-color: #DE9766;
}
.TagClassName
{
border-color: #DE9766;
}
</style>