Shades of Whiskey #D09566
Tints of Whiskey #D09566
RGB
CMYK
RGB Variations
Color information
#D09566 (or 0xD09566) is known color: Whiskey. HEX triplet: D0, 95 and 66. RGB value is (208,149,102). Sum of RGB (Red+Green+Blue) = 208+149+102=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 149 (58.59% from 255 or 32.46% from 459); Blue value is 102 (40.23% from 255 or 22.22% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D09566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09566 is #2F6A99. Grayscale: #A1A1A1. Windows color (decimal): -3107482 or 6723024. OLE color: 6723024.
HSL color Cylindrical-coordinate representation of color #D09566: hue angle of 26.6º 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 #D09566 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 149 | 102 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.18 |
| HSL | 26.6º | 0.53% | 0.61% | - |
| HSV(B) | 26.6º | 0.51% | 0.82% | - |
| XYZ | 39.16 | 35.86 | 17.43 | - |
| YUV | 161.28 | 94.55 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 149 | 102 | 0 | 0.28 | 0.51 | 0.18 | 26.6 | 0.53 | 0.61 |
| Hex | D0 | 95 | 66 | 0 | 1C | 33 | 12 | 1B | 35 | 3D |
| Octal | 320 | 225 | 146 | 0 | 34 | 63 | 22 | 33 | 65 | 75 |
| Binary | 11010000 | 10010101 | 1100110 | 0 | 11100 | 110011 | 10010 | 11011 | 110101 | 111101 |
Color Harmonies of #D09566
Complementary color
Monochromatic Colors of #D09566
Black with #D09566
Text Example
Text Example
White with #D09566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09566; }
p { color: rgb(208,149,102); }
H1.HeaderClassName
{
color: #D09566;
}
.AnyTagClassName
{
color: #D09566;
}
</style>
background-color css
<style>
a { background-color: #D09566; }
a { background-color: rgb(208,149,102); }
div.DivClassName
{
background-color: #D09566;
}
.BgClassName
{
background-color: #D09566;
}
</style>
border-color css
<style>
span { border-color: #D09566; }
span { border-color: rgb(208,149,102); }
td.TdClassName
{
border-color: #D09566;
}
.TagClassName
{
border-color: #D09566;
}
</style>