Shades of Whiskey #D19067
Tints of Whiskey #D19067
RGB
CMYK
RGB Variations
Color information
#D19067 (or 0xD19067) is known color: Whiskey. HEX triplet: D1, 90 and 67. RGB value is (209,144,103). Sum of RGB (Red+Green+Blue) = 209+144+103=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 144 (56.64% from 255 or 31.58% from 456); Blue value is 103 (40.62% from 255 or 22.59% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D19067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19067 is #2E6F98. Grayscale: #9E9E9E. Windows color (decimal): -3043225 or 6787281. OLE color: 6787281.
HSL color Cylindrical-coordinate representation of color #D19067: hue angle of 23.21º 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 #D19067 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 144 | 103 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.18 |
| HSL | 23.21º | 0.54% | 0.61% | - |
| HSV(B) | 23.21º | 0.51% | 0.82% | - |
| XYZ | 38.72 | 34.48 | 17.45 | - |
| YUV | 158.76 | 96.53 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 144 | 103 | 0 | 0.31 | 0.51 | 0.18 | 23.21 | 0.54 | 0.61 |
| Hex | D1 | 90 | 67 | 0 | 1F | 33 | 12 | 17 | 36 | 3D |
| Octal | 321 | 220 | 147 | 0 | 37 | 63 | 22 | 27 | 66 | 75 |
| Binary | 11010001 | 10010000 | 1100111 | 0 | 11111 | 110011 | 10010 | 10111 | 110110 | 111101 |
Color Harmonies of #D19067
Complementary color
Monochromatic Colors of #D19067
Black with #D19067
Text Example
Text Example
White with #D19067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19067; }
p { color: rgb(209,144,103); }
H1.HeaderClassName
{
color: #D19067;
}
.AnyTagClassName
{
color: #D19067;
}
</style>
background-color css
<style>
a { background-color: #D19067; }
a { background-color: rgb(209,144,103); }
div.DivClassName
{
background-color: #D19067;
}
.BgClassName
{
background-color: #D19067;
}
</style>
border-color css
<style>
span { border-color: #D19067; }
span { border-color: rgb(209,144,103); }
td.TdClassName
{
border-color: #D19067;
}
.TagClassName
{
border-color: #D19067;
}
</style>