Shades of Whiskey #D18F69
Tints of Whiskey #D18F69
RGB
CMYK
RGB Variations
Color information
#D18F69 (or 0xD18F69) is known color: Whiskey. HEX triplet: D1, 8F and 69. RGB value is (209,143,105). Sum of RGB (Red+Green+Blue) = 209+143+105=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 105 (41.41% from 255 or 22.98% from 457); Max value from RGB is 209 - color contains mainly: red. Hex color #D18F69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18F69 is #2E7096. Grayscale: #9E9E9E. Windows color (decimal): -3043479 or 6918097. OLE color: 6918097.
HSL color Cylindrical-coordinate representation of color #D18F69: hue angle of 21.92º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D18F69 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 143 | 105 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.18 |
| HSL | 21.92º | 0.53% | 0.62% | - |
| HSV(B) | 21.92º | 0.5% | 0.82% | - |
| XYZ | 38.67 | 34.22 | 17.93 | - |
| YUV | 158.4 | 97.87 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 143 | 105 | 0 | 0.32 | 0.50 | 0.18 | 21.92 | 0.53 | 0.62 |
| Hex | D1 | 8F | 69 | 0 | 20 | 32 | 12 | 16 | 35 | 3E |
| Octal | 321 | 217 | 151 | 0 | 40 | 62 | 22 | 26 | 65 | 76 |
| Binary | 11010001 | 10001111 | 1101001 | 0 | 100000 | 110010 | 10010 | 10110 | 110101 | 111110 |
Color Harmonies of #D18F69
Complementary color
Monochromatic Colors of #D18F69
Black with #D18F69
Text Example
Text Example
White with #D18F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18F69; }
p { color: rgb(209,143,105); }
H1.HeaderClassName
{
color: #D18F69;
}
.AnyTagClassName
{
color: #D18F69;
}
</style>
background-color css
<style>
a { background-color: #D18F69; }
a { background-color: rgb(209,143,105); }
div.DivClassName
{
background-color: #D18F69;
}
.BgClassName
{
background-color: #D18F69;
}
</style>
border-color css
<style>
span { border-color: #D18F69; }
span { border-color: rgb(209,143,105); }
td.TdClassName
{
border-color: #D18F69;
}
.TagClassName
{
border-color: #D18F69;
}
</style>