Shades of Whiskey #D89369
Tints of Whiskey #D89369
RGB
CMYK
RGB Variations
Color information
#D89369 (or 0xD89369) is known color: Whiskey. HEX triplet: D8, 93 and 69. RGB value is (216,147,105). Sum of RGB (Red+Green+Blue) = 216+147+105=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 105 (41.41% from 255 or 22.44% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D89369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89369 is #276C96. Grayscale: #A3A3A3. Windows color (decimal): -2583703 or 6919128. OLE color: 6919128.
HSL color Cylindrical-coordinate representation of color #D89369: hue angle of 22.7º 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 #D89369 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 147 | 105 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.15 |
| HSL | 22.7º | 0.59% | 0.63% | - |
| HSV(B) | 22.7º | 0.51% | 0.85% | - |
| XYZ | 41.3 | 36.49 | 18.23 | - |
| YUV | 162.84 | 95.36 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 147 | 105 | 0 | 0.32 | 0.51 | 0.15 | 22.7 | 0.59 | 0.63 |
| Hex | D8 | 93 | 69 | 0 | 20 | 33 | F | 17 | 3B | 3F |
| Octal | 330 | 223 | 151 | 0 | 40 | 63 | 17 | 27 | 73 | 77 |
| Binary | 11011000 | 10010011 | 1101001 | 0 | 100000 | 110011 | 1111 | 10111 | 111011 | 111111 |
Color Harmonies of #D89369
Complementary color
Monochromatic Colors of #D89369
Black with #D89369
Text Example
Text Example
White with #D89369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89369; }
p { color: rgb(216,147,105); }
H1.HeaderClassName
{
color: #D89369;
}
.AnyTagClassName
{
color: #D89369;
}
</style>
background-color css
<style>
a { background-color: #D89369; }
a { background-color: rgb(216,147,105); }
div.DivClassName
{
background-color: #D89369;
}
.BgClassName
{
background-color: #D89369;
}
</style>
border-color css
<style>
span { border-color: #D89369; }
span { border-color: rgb(216,147,105); }
td.TdClassName
{
border-color: #D89369;
}
.TagClassName
{
border-color: #D89369;
}
</style>