Shades of Whiskey #D89469
Tints of Whiskey #D89469
RGB
CMYK
RGB Variations
Color information
#D89469 (or 0xD89469) is known color: Whiskey. HEX triplet: D8, 94 and 69. RGB value is (216,148,105). Sum of RGB (Red+Green+Blue) = 216+148+105=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 148 (58.20% from 255 or 31.56% from 469); Blue value is 105 (41.41% from 255 or 22.39% from 469); Max value from RGB is 216 - color contains mainly: red. Hex color #D89469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89469 is #276B96. Grayscale: #A3A3A3. Windows color (decimal): -2583447 or 6919384. OLE color: 6919384.
HSL color Cylindrical-coordinate representation of color #D89469: hue angle of 23.24º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D89469 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 148 | 105 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.15 |
| HSL | 23.24º | 0.59% | 0.63% | - |
| HSV(B) | 23.24º | 0.51% | 0.85% | - |
| XYZ | 41.46 | 36.8 | 18.28 | - |
| YUV | 163.43 | 95.03 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 148 | 105 | 0 | 0.31 | 0.51 | 0.15 | 23.24 | 0.59 | 0.63 |
| Hex | D8 | 94 | 69 | 0 | 1F | 33 | F | 17 | 3B | 3F |
| Octal | 330 | 224 | 151 | 0 | 37 | 63 | 17 | 27 | 73 | 77 |
| Binary | 11011000 | 10010100 | 1101001 | 0 | 11111 | 110011 | 1111 | 10111 | 111011 | 111111 |
Color Harmonies of #D89469
Complementary color
Monochromatic Colors of #D89469
Black with #D89469
Text Example
Text Example
White with #D89469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89469; }
p { color: rgb(216,148,105); }
H1.HeaderClassName
{
color: #D89469;
}
.AnyTagClassName
{
color: #D89469;
}
</style>
background-color css
<style>
a { background-color: #D89469; }
a { background-color: rgb(216,148,105); }
div.DivClassName
{
background-color: #D89469;
}
.BgClassName
{
background-color: #D89469;
}
</style>
border-color css
<style>
span { border-color: #D89469; }
span { border-color: rgb(216,148,105); }
td.TdClassName
{
border-color: #D89469;
}
.TagClassName
{
border-color: #D89469;
}
</style>