Shades of Whiskey #D09065
Tints of Whiskey #D09065
RGB
CMYK
RGB Variations
Color information
#D09065 (or 0xD09065) is known color: Whiskey. HEX triplet: D0, 90 and 65. RGB value is (208,144,101). Sum of RGB (Red+Green+Blue) = 208+144+101=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D09065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09065 is #2F6F9A. Grayscale: #9E9E9E. Windows color (decimal): -3108763 or 6656208. OLE color: 6656208.
HSL color Cylindrical-coordinate representation of color #D09065: hue angle of 24.11º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D09065 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 144 | 101 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.18 |
| HSL | 24.11º | 0.53% | 0.61% | - |
| HSV(B) | 24.11º | 0.51% | 0.82% | - |
| XYZ | 38.33 | 34.3 | 16.91 | - |
| YUV | 158.23 | 95.7 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 144 | 101 | 0 | 0.31 | 0.51 | 0.18 | 24.11 | 0.53 | 0.61 |
| Hex | D0 | 90 | 65 | 0 | 1F | 33 | 12 | 18 | 35 | 3D |
| Octal | 320 | 220 | 145 | 0 | 37 | 63 | 22 | 30 | 65 | 75 |
| Binary | 11010000 | 10010000 | 1100101 | 0 | 11111 | 110011 | 10010 | 11000 | 110101 | 111101 |
Color Harmonies of #D09065
Complementary color
Monochromatic Colors of #D09065
Black with #D09065
Text Example
Text Example
White with #D09065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09065; }
p { color: rgb(208,144,101); }
H1.HeaderClassName
{
color: #D09065;
}
.AnyTagClassName
{
color: #D09065;
}
</style>
background-color css
<style>
a { background-color: #D09065; }
a { background-color: rgb(208,144,101); }
div.DivClassName
{
background-color: #D09065;
}
.BgClassName
{
background-color: #D09065;
}
</style>
border-color css
<style>
span { border-color: #D09065; }
span { border-color: rgb(208,144,101); }
td.TdClassName
{
border-color: #D09065;
}
.TagClassName
{
border-color: #D09065;
}
</style>