Shades of Whiskey #D19667
Tints of Whiskey #D19667
RGB
CMYK
RGB Variations
Color information
#D19667 (or 0xD19667) is known color: Whiskey. HEX triplet: D1, 96 and 67. RGB value is (209,150,103). Sum of RGB (Red+Green+Blue) = 209+150+103=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 150 (58.98% from 255 or 32.47% from 462); Blue value is 103 (40.62% from 255 or 22.29% from 462); Max value from RGB is 209 - color contains mainly: red. Hex color #D19667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19667 is #2E6998. Grayscale: #A2A2A2. Windows color (decimal): -3041689 or 6788817. OLE color: 6788817.
HSL color Cylindrical-coordinate representation of color #D19667: hue angle of 26.6º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D19667 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 150 | 103 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.18 |
| HSL | 26.6º | 0.54% | 0.61% | - |
| HSV(B) | 26.6º | 0.51% | 0.82% | - |
| XYZ | 39.65 | 36.35 | 17.76 | - |
| YUV | 162.28 | 94.55 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 150 | 103 | 0 | 0.28 | 0.51 | 0.18 | 26.6 | 0.54 | 0.61 |
| Hex | D1 | 96 | 67 | 0 | 1C | 33 | 12 | 1B | 36 | 3D |
| Octal | 321 | 226 | 147 | 0 | 34 | 63 | 22 | 33 | 66 | 75 |
| Binary | 11010001 | 10010110 | 1100111 | 0 | 11100 | 110011 | 10010 | 11011 | 110110 | 111101 |
Color Harmonies of #D19667
Complementary color
Monochromatic Colors of #D19667
Black with #D19667
Text Example
Text Example
White with #D19667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19667; }
p { color: rgb(209,150,103); }
H1.HeaderClassName
{
color: #D19667;
}
.AnyTagClassName
{
color: #D19667;
}
</style>
background-color css
<style>
a { background-color: #D19667; }
a { background-color: rgb(209,150,103); }
div.DivClassName
{
background-color: #D19667;
}
.BgClassName
{
background-color: #D19667;
}
</style>
border-color css
<style>
span { border-color: #D19667; }
span { border-color: rgb(209,150,103); }
td.TdClassName
{
border-color: #D19667;
}
.TagClassName
{
border-color: #D19667;
}
</style>