Shades of Whiskey #D89269
Tints of Whiskey #D89269
RGB
CMYK
RGB Variations
Color information
#D89269 (or 0xD89269) is known color: Whiskey. HEX triplet: D8, 92 and 69. RGB value is (216,146,105). Sum of RGB (Red+Green+Blue) = 216+146+105=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 105 (41.41% from 255 or 22.48% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D89269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89269 is #276D96. Grayscale: #A2A2A2. Windows color (decimal): -2583959 or 6918872. OLE color: 6918872.
HSL color Cylindrical-coordinate representation of color #D89269: hue angle of 22.16º 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 #D89269 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 146 | 105 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.15 |
| HSL | 22.16º | 0.59% | 0.63% | - |
| HSV(B) | 22.16º | 0.51% | 0.85% | - |
| XYZ | 41.15 | 36.18 | 18.18 | - |
| YUV | 162.26 | 95.69 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 146 | 105 | 0 | 0.32 | 0.51 | 0.15 | 22.16 | 0.59 | 0.63 |
| Hex | D8 | 92 | 69 | 0 | 20 | 33 | F | 16 | 3B | 3F |
| Octal | 330 | 222 | 151 | 0 | 40 | 63 | 17 | 26 | 73 | 77 |
| Binary | 11011000 | 10010010 | 1101001 | 0 | 100000 | 110011 | 1111 | 10110 | 111011 | 111111 |
Color Harmonies of #D89269
Complementary color
Monochromatic Colors of #D89269
Black with #D89269
Text Example
Text Example
White with #D89269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89269; }
p { color: rgb(216,146,105); }
H1.HeaderClassName
{
color: #D89269;
}
.AnyTagClassName
{
color: #D89269;
}
</style>
background-color css
<style>
a { background-color: #D89269; }
a { background-color: rgb(216,146,105); }
div.DivClassName
{
background-color: #D89269;
}
.BgClassName
{
background-color: #D89269;
}
</style>
border-color css
<style>
span { border-color: #D89269; }
span { border-color: rgb(216,146,105); }
td.TdClassName
{
border-color: #D89269;
}
.TagClassName
{
border-color: #D89269;
}
</style>