Shades of Whiskey #D09464
Tints of Whiskey #D09464
RGB
CMYK
RGB Variations
Color information
#D09464 (or 0xD09464) is known color: Whiskey. HEX triplet: D0, 94 and 64. RGB value is (208,148,100). Sum of RGB (Red+Green+Blue) = 208+148+100=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 100 (39.45% from 255 or 21.93% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D09464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09464 is #2F6B9B. Grayscale: #A0A0A0. Windows color (decimal): -3107740 or 6591696. OLE color: 6591696.
HSL color Cylindrical-coordinate representation of color #D09464: hue angle of 26.67º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D09464 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 148 | 100 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.18 |
| HSL | 26.67º | 0.53% | 0.6% | - |
| HSV(B) | 26.67º | 0.52% | 0.82% | - |
| XYZ | 38.9 | 35.51 | 16.86 | - |
| YUV | 160.47 | 93.88 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 148 | 100 | 0 | 0.29 | 0.52 | 0.18 | 26.67 | 0.53 | 0.6 |
| Hex | D0 | 94 | 64 | 0 | 1D | 34 | 12 | 1B | 35 | 3C |
| Octal | 320 | 224 | 144 | 0 | 35 | 64 | 22 | 33 | 65 | 74 |
| Binary | 11010000 | 10010100 | 1100100 | 0 | 11101 | 110100 | 10010 | 11011 | 110101 | 111100 |
Color Harmonies of #D09464
Complementary color
Monochromatic Colors of #D09464
Black with #D09464
Text Example
Text Example
White with #D09464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09464; }
p { color: rgb(208,148,100); }
H1.HeaderClassName
{
color: #D09464;
}
.AnyTagClassName
{
color: #D09464;
}
</style>
background-color css
<style>
a { background-color: #D09464; }
a { background-color: rgb(208,148,100); }
div.DivClassName
{
background-color: #D09464;
}
.BgClassName
{
background-color: #D09464;
}
</style>
border-color css
<style>
span { border-color: #D09464; }
span { border-color: rgb(208,148,100); }
td.TdClassName
{
border-color: #D09464;
}
.TagClassName
{
border-color: #D09464;
}
</style>