Shades of Whiskey #D19967
Tints of Whiskey #D19967
RGB
CMYK
RGB Variations
Color information
#D19967 (or 0xD19967) is known color: Whiskey. HEX triplet: D1, 99 and 67. RGB value is (209,153,103). Sum of RGB (Red+Green+Blue) = 209+153+103=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 103 (40.62% from 255 or 22.15% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D19967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19967 is #2E6698. Grayscale: #A4A4A4. Windows color (decimal): -3040921 or 6789585. OLE color: 6789585.
HSL color Cylindrical-coordinate representation of color #D19967: hue angle of 28.3º 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 #D19967 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 153 | 103 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.18 |
| HSL | 28.3º | 0.54% | 0.61% | - |
| HSV(B) | 28.3º | 0.51% | 0.82% | - |
| XYZ | 40.13 | 37.32 | 17.92 | - |
| YUV | 164.04 | 93.55 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 153 | 103 | 0 | 0.27 | 0.51 | 0.18 | 28.3 | 0.54 | 0.61 |
| Hex | D1 | 99 | 67 | 0 | 1B | 33 | 12 | 1C | 36 | 3D |
| Octal | 321 | 231 | 147 | 0 | 33 | 63 | 22 | 34 | 66 | 75 |
| Binary | 11010001 | 10011001 | 1100111 | 0 | 11011 | 110011 | 10010 | 11100 | 110110 | 111101 |
Color Harmonies of #D19967
Complementary color
Monochromatic Colors of #D19967
Black with #D19967
Text Example
Text Example
White with #D19967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19967; }
p { color: rgb(209,153,103); }
H1.HeaderClassName
{
color: #D19967;
}
.AnyTagClassName
{
color: #D19967;
}
</style>
background-color css
<style>
a { background-color: #D19967; }
a { background-color: rgb(209,153,103); }
div.DivClassName
{
background-color: #D19967;
}
.BgClassName
{
background-color: #D19967;
}
</style>
border-color css
<style>
span { border-color: #D19967; }
span { border-color: rgb(209,153,103); }
td.TdClassName
{
border-color: #D19967;
}
.TagClassName
{
border-color: #D19967;
}
</style>