Shades of Whiskey #D69065
Tints of Whiskey #D69065
RGB
CMYK
RGB Variations
Color information
#D69065 (or 0xD69065) is known color: Whiskey. HEX triplet: D6, 90 and 65. RGB value is (214,144,101). Sum of RGB (Red+Green+Blue) = 214+144+101=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D69065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69065 is #296F9A. Grayscale: #A0A0A0. Windows color (decimal): -2715547 or 6656214. OLE color: 6656214.
HSL color Cylindrical-coordinate representation of color #D69065: hue angle of 22.83º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D69065 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 144 | 101 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.16 |
| HSL | 22.83º | 0.58% | 0.62% | - |
| HSV(B) | 22.83º | 0.53% | 0.84% | - |
| XYZ | 40.05 | 35.18 | 16.99 | - |
| YUV | 160.03 | 94.69 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 144 | 101 | 0 | 0.33 | 0.53 | 0.16 | 22.83 | 0.58 | 0.62 |
| Hex | D6 | 90 | 65 | 0 | 21 | 35 | 10 | 17 | 3A | 3E |
| Octal | 326 | 220 | 145 | 0 | 41 | 65 | 20 | 27 | 72 | 76 |
| Binary | 11010110 | 10010000 | 1100101 | 0 | 100001 | 110101 | 10000 | 10111 | 111010 | 111110 |
Color Harmonies of #D69065
Complementary color
Monochromatic Colors of #D69065
Black with #D69065
Text Example
Text Example
White with #D69065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69065; }
p { color: rgb(214,144,101); }
H1.HeaderClassName
{
color: #D69065;
}
.AnyTagClassName
{
color: #D69065;
}
</style>
background-color css
<style>
a { background-color: #D69065; }
a { background-color: rgb(214,144,101); }
div.DivClassName
{
background-color: #D69065;
}
.BgClassName
{
background-color: #D69065;
}
</style>
border-color css
<style>
span { border-color: #D69065; }
span { border-color: rgb(214,144,101); }
td.TdClassName
{
border-color: #D69065;
}
.TagClassName
{
border-color: #D69065;
}
</style>