Shades of Whiskey #D09D65
Tints of Whiskey #D09D65
RGB
CMYK
RGB Variations
Color information
#D09D65 (or 0xD09D65) is known color: Whiskey. HEX triplet: D0, 9D and 65. RGB value is (208,157,101). Sum of RGB (Red+Green+Blue) = 208+157+101=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 101 (39.84% from 255 or 21.67% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D09D65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09D65 is #2F629A. Grayscale: #A6A6A6. Windows color (decimal): -3105435 or 6659536. OLE color: 6659536.
HSL color Cylindrical-coordinate representation of color #D09D65: hue angle of 31.4º 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 #D09D65 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 157 | 101 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.18 |
| HSL | 31.4º | 0.53% | 0.61% | - |
| HSV(B) | 31.4º | 0.51% | 0.82% | - |
| XYZ | 40.42 | 38.46 | 17.61 | - |
| YUV | 165.87 | 91.4 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 157 | 101 | 0 | 0.25 | 0.51 | 0.18 | 31.4 | 0.53 | 0.61 |
| Hex | D0 | 9D | 65 | 0 | 19 | 33 | 12 | 1F | 35 | 3D |
| Octal | 320 | 235 | 145 | 0 | 31 | 63 | 22 | 37 | 65 | 75 |
| Binary | 11010000 | 10011101 | 1100101 | 0 | 11001 | 110011 | 10010 | 11111 | 110101 | 111101 |
Color Harmonies of #D09D65
Complementary color
Monochromatic Colors of #D09D65
Black with #D09D65
Text Example
Text Example
White with #D09D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09D65; }
p { color: rgb(208,157,101); }
H1.HeaderClassName
{
color: #D09D65;
}
.AnyTagClassName
{
color: #D09D65;
}
</style>
background-color css
<style>
a { background-color: #D09D65; }
a { background-color: rgb(208,157,101); }
div.DivClassName
{
background-color: #D09D65;
}
.BgClassName
{
background-color: #D09D65;
}
</style>
border-color css
<style>
span { border-color: #D09D65; }
span { border-color: rgb(208,157,101); }
td.TdClassName
{
border-color: #D09D65;
}
.TagClassName
{
border-color: #D09D65;
}
</style>