Shades of Whiskey #D09B6D
Tints of Whiskey #D09B6D
RGB
CMYK
RGB Variations
Color information
#D09B6D (or 0xD09B6D) is known color: Whiskey. HEX triplet: D0, 9B and 6D. RGB value is (208,155,109). Sum of RGB (Red+Green+Blue) = 208+155+109=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D09B6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09B6D is #2F6492. Grayscale: #A5A5A5. Windows color (decimal): -3105939 or 7183312. OLE color: 7183312.
HSL color Cylindrical-coordinate representation of color #D09B6D: hue angle of 27.88º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D09B6D is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 155 | 109 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.18 |
| HSL | 27.88º | 0.51% | 0.62% | - |
| HSV(B) | 27.88º | 0.48% | 0.82% | - |
| XYZ | 40.49 | 37.96 | 19.66 | - |
| YUV | 165.6 | 96.06 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 155 | 109 | 0 | 0.25 | 0.48 | 0.18 | 27.88 | 0.51 | 0.62 |
| Hex | D0 | 9B | 6D | 0 | 19 | 30 | 12 | 1C | 33 | 3E |
| Octal | 320 | 233 | 155 | 0 | 31 | 60 | 22 | 34 | 63 | 76 |
| Binary | 11010000 | 10011011 | 1101101 | 0 | 11001 | 110000 | 10010 | 11100 | 110011 | 111110 |
Color Harmonies of #D09B6D
Complementary color
Monochromatic Colors of #D09B6D
Black with #D09B6D
Text Example
Text Example
White with #D09B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09B6D; }
p { color: rgb(208,155,109); }
H1.HeaderClassName
{
color: #D09B6D;
}
.AnyTagClassName
{
color: #D09B6D;
}
</style>
background-color css
<style>
a { background-color: #D09B6D; }
a { background-color: rgb(208,155,109); }
div.DivClassName
{
background-color: #D09B6D;
}
.BgClassName
{
background-color: #D09B6D;
}
</style>
border-color css
<style>
span { border-color: #D09B6D; }
span { border-color: rgb(208,155,109); }
td.TdClassName
{
border-color: #D09B6D;
}
.TagClassName
{
border-color: #D09B6D;
}
</style>