Shades of Whiskey #D09B68
Tints of Whiskey #D09B68
RGB
CMYK
RGB Variations
Color information
#D09B68 (or 0xD09B68) is known color: Whiskey. HEX triplet: D0, 9B and 68. RGB value is (208,155,104). Sum of RGB (Red+Green+Blue) = 208+155+104=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 155 (60.94% from 255 or 33.19% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D09B68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09B68 is #2F6497. Grayscale: #A5A5A5. Windows color (decimal): -3105944 or 6855632. OLE color: 6855632.
HSL color Cylindrical-coordinate representation of color #D09B68: hue angle of 29.42º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D09B68 is Cyan = 0, Magento = 0.25, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 155 | 104 | - |
| CMYK | 0 | 0.25 | 0.5 | 0.18 |
| HSL | 29.42º | 0.53% | 0.61% | - |
| HSV(B) | 29.42º | 0.5% | 0.82% | - |
| XYZ | 40.23 | 37.85 | 18.28 | - |
| YUV | 165.03 | 93.56 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 155 | 104 | 0 | 0.25 | 0.5 | 0.18 | 29.42 | 0.53 | 0.61 |
| Hex | D0 | 9B | 68 | 0 | 19 | 32 | 12 | 1D | 35 | 3D |
| Octal | 320 | 233 | 150 | 0 | 31 | 62 | 22 | 35 | 65 | 75 |
| Binary | 11010000 | 10011011 | 1101000 | 0 | 11001 | 110010 | 10010 | 11101 | 110101 | 111101 |
Color Harmonies of #D09B68
Complementary color
Monochromatic Colors of #D09B68
Black with #D09B68
Text Example
Text Example
White with #D09B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09B68; }
p { color: rgb(208,155,104); }
H1.HeaderClassName
{
color: #D09B68;
}
.AnyTagClassName
{
color: #D09B68;
}
</style>
background-color css
<style>
a { background-color: #D09B68; }
a { background-color: rgb(208,155,104); }
div.DivClassName
{
background-color: #D09B68;
}
.BgClassName
{
background-color: #D09B68;
}
</style>
border-color css
<style>
span { border-color: #D09B68; }
span { border-color: rgb(208,155,104); }
td.TdClassName
{
border-color: #D09B68;
}
.TagClassName
{
border-color: #D09B68;
}
</style>