Shades of Whiskey #D09969
Tints of Whiskey #D09969
RGB
CMYK
RGB Variations
Color information
#D09969 (or 0xD09969) is known color: Whiskey. HEX triplet: D0, 99 and 69. RGB value is (208,153,105). Sum of RGB (Red+Green+Blue) = 208+153+105=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 153 (60.16% from 255 or 32.83% from 466); Blue value is 105 (41.41% from 255 or 22.53% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D09969 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09969 is #2F6696. Grayscale: #A4A4A4. Windows color (decimal): -3106455 or 6920656. OLE color: 6920656.
HSL color Cylindrical-coordinate representation of color #D09969: hue angle of 27.96º degrees, saturation: 0.52, 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 #D09969 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 153 | 105 | - |
| CMYK | 0 | 0.26 | 0.50 | 0.18 |
| HSL | 27.96º | 0.52% | 0.61% | - |
| HSV(B) | 27.96º | 0.5% | 0.82% | - |
| XYZ | 39.95 | 37.21 | 18.44 | - |
| YUV | 163.97 | 94.72 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 105 | 0 | 0.26 | 0.50 | 0.18 | 27.96 | 0.52 | 0.61 |
| Hex | D0 | 99 | 69 | 0 | 1A | 32 | 12 | 1C | 34 | 3D |
| Octal | 320 | 231 | 151 | 0 | 32 | 62 | 22 | 34 | 64 | 75 |
| Binary | 11010000 | 10011001 | 1101001 | 0 | 11010 | 110010 | 10010 | 11100 | 110100 | 111101 |
Color Harmonies of #D09969
Complementary color
Monochromatic Colors of #D09969
Black with #D09969
Text Example
Text Example
White with #D09969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09969; }
p { color: rgb(208,153,105); }
H1.HeaderClassName
{
color: #D09969;
}
.AnyTagClassName
{
color: #D09969;
}
</style>
background-color css
<style>
a { background-color: #D09969; }
a { background-color: rgb(208,153,105); }
div.DivClassName
{
background-color: #D09969;
}
.BgClassName
{
background-color: #D09969;
}
</style>
border-color css
<style>
span { border-color: #D09969; }
span { border-color: rgb(208,153,105); }
td.TdClassName
{
border-color: #D09969;
}
.TagClassName
{
border-color: #D09969;
}
</style>