Shades of Whiskey #D99668
Tints of Whiskey #D99668
RGB
CMYK
RGB Variations
Color information
#D99668 (or 0xD99668) is known color: Whiskey. HEX triplet: D9, 96 and 68. RGB value is (217,150,104). Sum of RGB (Red+Green+Blue) = 217+150+104=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 150 (58.98% from 255 or 31.85% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D99668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99668 is #266997. Grayscale: #A5A5A5. Windows color (decimal): -2517400 or 6854361. OLE color: 6854361.
HSL color Cylindrical-coordinate representation of color #D99668: hue angle of 24.42º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D99668 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 150 | 104 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.15 |
| HSL | 24.42º | 0.6% | 0.63% | - |
| HSV(B) | 24.42º | 0.52% | 0.85% | - |
| XYZ | 42.02 | 37.56 | 18.13 | - |
| YUV | 164.79 | 93.7 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 104 | 0 | 0.31 | 0.52 | 0.15 | 24.42 | 0.6 | 0.63 |
| Hex | D9 | 96 | 68 | 0 | 1F | 34 | F | 18 | 3C | 3F |
| Octal | 331 | 226 | 150 | 0 | 37 | 64 | 17 | 30 | 74 | 77 |
| Binary | 11011001 | 10010110 | 1101000 | 0 | 11111 | 110100 | 1111 | 11000 | 111100 | 111111 |
Color Harmonies of #D99668
Complementary color
Monochromatic Colors of #D99668
Black with #D99668
Text Example
Text Example
White with #D99668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99668; }
p { color: rgb(217,150,104); }
H1.HeaderClassName
{
color: #D99668;
}
.AnyTagClassName
{
color: #D99668;
}
</style>
background-color css
<style>
a { background-color: #D99668; }
a { background-color: rgb(217,150,104); }
div.DivClassName
{
background-color: #D99668;
}
.BgClassName
{
background-color: #D99668;
}
</style>
border-color css
<style>
span { border-color: #D99668; }
span { border-color: rgb(217,150,104); }
td.TdClassName
{
border-color: #D99668;
}
.TagClassName
{
border-color: #D99668;
}
</style>