Shades of Whiskey #D09463
Tints of Whiskey #D09463
RGB
CMYK
RGB Variations
Color information
#D09463 (or 0xD09463) is known color: Whiskey. HEX triplet: D0, 94 and 63. RGB value is (208,148,99). Sum of RGB (Red+Green+Blue) = 208+148+99=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 99 (39.06% from 255 or 21.76% from 455); Max value from RGB is 208 - color contains mainly: red. Hex color #D09463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09463 is #2F6B9C. Grayscale: #A0A0A0. Windows color (decimal): -3107741 or 6526160. OLE color: 6526160.
HSL color Cylindrical-coordinate representation of color #D09463: hue angle of 26.97º degrees, saturation: 0.54, 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 #D09463 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 148 | 99 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.18 |
| HSL | 26.97º | 0.54% | 0.6% | - |
| HSV(B) | 26.97º | 0.52% | 0.82% | - |
| XYZ | 38.85 | 35.49 | 16.61 | - |
| YUV | 160.35 | 93.38 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 148 | 99 | 0 | 0.29 | 0.52 | 0.18 | 26.97 | 0.54 | 0.6 |
| Hex | D0 | 94 | 63 | 0 | 1D | 34 | 12 | 1B | 36 | 3C |
| Octal | 320 | 224 | 143 | 0 | 35 | 64 | 22 | 33 | 66 | 74 |
| Binary | 11010000 | 10010100 | 1100011 | 0 | 11101 | 110100 | 10010 | 11011 | 110110 | 111100 |
Color Harmonies of #D09463
Complementary color
Monochromatic Colors of #D09463
Black with #D09463
Text Example
Text Example
White with #D09463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09463; }
p { color: rgb(208,148,99); }
H1.HeaderClassName
{
color: #D09463;
}
.AnyTagClassName
{
color: #D09463;
}
</style>
background-color css
<style>
a { background-color: #D09463; }
a { background-color: rgb(208,148,99); }
div.DivClassName
{
background-color: #D09463;
}
.BgClassName
{
background-color: #D09463;
}
</style>
border-color css
<style>
span { border-color: #D09463; }
span { border-color: rgb(208,148,99); }
td.TdClassName
{
border-color: #D09463;
}
.TagClassName
{
border-color: #D09463;
}
</style>