Shades of Whiskey #D19867
Tints of Whiskey #D19867
RGB
CMYK
RGB Variations
Color information
#D19867 (or 0xD19867) is known color: Whiskey. HEX triplet: D1, 98 and 67. RGB value is (209,152,103). Sum of RGB (Red+Green+Blue) = 209+152+103=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 103 (40.62% from 255 or 22.20% from 464); Max value from RGB is 209 - color contains mainly: red. Hex color #D19867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19867 is #2E6798. Grayscale: #A3A3A3. Windows color (decimal): -3041177 or 6789329. OLE color: 6789329.
HSL color Cylindrical-coordinate representation of color #D19867: hue angle of 27.74º 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 #D19867 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 152 | 103 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.18 |
| HSL | 27.74º | 0.54% | 0.61% | - |
| HSV(B) | 27.74º | 0.51% | 0.82% | - |
| XYZ | 39.97 | 36.99 | 17.87 | - |
| YUV | 163.46 | 93.88 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 152 | 103 | 0 | 0.27 | 0.51 | 0.18 | 27.74 | 0.54 | 0.61 |
| Hex | D1 | 98 | 67 | 0 | 1B | 33 | 12 | 1C | 36 | 3D |
| Octal | 321 | 230 | 147 | 0 | 33 | 63 | 22 | 34 | 66 | 75 |
| Binary | 11010001 | 10011000 | 1100111 | 0 | 11011 | 110011 | 10010 | 11100 | 110110 | 111101 |
Color Harmonies of #D19867
Complementary color
Monochromatic Colors of #D19867
Black with #D19867
Text Example
Text Example
White with #D19867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19867; }
p { color: rgb(209,152,103); }
H1.HeaderClassName
{
color: #D19867;
}
.AnyTagClassName
{
color: #D19867;
}
</style>
background-color css
<style>
a { background-color: #D19867; }
a { background-color: rgb(209,152,103); }
div.DivClassName
{
background-color: #D19867;
}
.BgClassName
{
background-color: #D19867;
}
</style>
border-color css
<style>
span { border-color: #D19867; }
span { border-color: rgb(209,152,103); }
td.TdClassName
{
border-color: #D19867;
}
.TagClassName
{
border-color: #D19867;
}
</style>