Shades of Whiskey #DF9665
Tints of Whiskey #DF9665
RGB
CMYK
RGB Variations
Color information
#DF9665 (or 0xDF9665) is known color: Whiskey. HEX triplet: DF, 96 and 65. RGB value is (223,150,101). Sum of RGB (Red+Green+Blue) = 223+150+101=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 101 (39.84% from 255 or 21.31% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9665 is #20699A. Grayscale: #A6A6A6. Windows color (decimal): -2124187 or 6657759. OLE color: 6657759.
HSL color Cylindrical-coordinate representation of color #DF9665: hue angle of 24.1º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF9665 is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 101 | - |
| CMYK | 0 | 0.33 | 0.55 | 0.13 |
| HSL | 24.1º | 0.66% | 0.64% | - |
| HSV(B) | 24.1º | 0.55% | 0.87% | - |
| XYZ | 43.69 | 38.44 | 17.43 | - |
| YUV | 166.24 | 91.18 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 101 | 0 | 0.33 | 0.55 | 0.13 | 24.1 | 0.66 | 0.64 |
| Hex | DF | 96 | 65 | 0 | 21 | 37 | D | 18 | 42 | 40 |
| Octal | 337 | 226 | 145 | 0 | 41 | 67 | 15 | 30 | 102 | 100 |
| Binary | 11011111 | 10010110 | 1100101 | 0 | 100001 | 110111 | 1101 | 11000 | 1000010 | 1000000 |
Color Harmonies of #DF9665
Complementary color
Monochromatic Colors of #DF9665
Black with #DF9665
Text Example
Text Example
White with #DF9665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9665; }
p { color: rgb(223,150,101); }
H1.HeaderClassName
{
color: #DF9665;
}
.AnyTagClassName
{
color: #DF9665;
}
</style>
background-color css
<style>
a { background-color: #DF9665; }
a { background-color: rgb(223,150,101); }
div.DivClassName
{
background-color: #DF9665;
}
.BgClassName
{
background-color: #DF9665;
}
</style>
border-color css
<style>
span { border-color: #DF9665; }
span { border-color: rgb(223,150,101); }
td.TdClassName
{
border-color: #DF9665;
}
.TagClassName
{
border-color: #DF9665;
}
</style>