Shades of Whiskey #D1966C
Tints of Whiskey #D1966C
RGB
CMYK
RGB Variations
Color information
#D1966C (or 0xD1966C) is known color: Whiskey. HEX triplet: D1, 96 and 6C. RGB value is (209,150,108). Sum of RGB (Red+Green+Blue) = 209+150+108=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D1966C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1966C is #2E6993. Grayscale: #A3A3A3. Windows color (decimal): -3041684 or 7116497. OLE color: 7116497.
HSL color Cylindrical-coordinate representation of color #D1966C: hue angle of 24.95º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D1966C is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 150 | 108 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.18 |
| HSL | 24.95º | 0.52% | 0.62% | - |
| HSV(B) | 24.95º | 0.48% | 0.82% | - |
| XYZ | 39.91 | 36.45 | 19.12 | - |
| YUV | 162.85 | 97.05 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 150 | 108 | 0 | 0.28 | 0.48 | 0.18 | 24.95 | 0.52 | 0.62 |
| Hex | D1 | 96 | 6C | 0 | 1C | 30 | 12 | 19 | 34 | 3E |
| Octal | 321 | 226 | 154 | 0 | 34 | 60 | 22 | 31 | 64 | 76 |
| Binary | 11010001 | 10010110 | 1101100 | 0 | 11100 | 110000 | 10010 | 11001 | 110100 | 111110 |
Color Harmonies of #D1966C
Complementary color
Monochromatic Colors of #D1966C
Black with #D1966C
Text Example
Text Example
White with #D1966C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1966C; }
p { color: rgb(209,150,108); }
H1.HeaderClassName
{
color: #D1966C;
}
.AnyTagClassName
{
color: #D1966C;
}
</style>
background-color css
<style>
a { background-color: #D1966C; }
a { background-color: rgb(209,150,108); }
div.DivClassName
{
background-color: #D1966C;
}
.BgClassName
{
background-color: #D1966C;
}
</style>
border-color css
<style>
span { border-color: #D1966C; }
span { border-color: rgb(209,150,108); }
td.TdClassName
{
border-color: #D1966C;
}
.TagClassName
{
border-color: #D1966C;
}
</style>