Shades of Whiskey #D09967
Tints of Whiskey #D09967
RGB
CMYK
RGB Variations
Color information
#D09967 (or 0xD09967) is known color: Whiskey. HEX triplet: D0, 99 and 67. RGB value is (208,153,103). Sum of RGB (Red+Green+Blue) = 208+153+103=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 103 (40.62% from 255 or 22.20% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D09967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09967 is #2F6698. Grayscale: #A4A4A4. Windows color (decimal): -3106457 or 6789584. OLE color: 6789584.
HSL color Cylindrical-coordinate representation of color #D09967: hue angle of 28.57º 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 #D09967 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 153 | 103 | - |
| CMYK | 0 | 0.26 | 0.50 | 0.18 |
| HSL | 28.57º | 0.53% | 0.61% | - |
| HSV(B) | 28.57º | 0.5% | 0.82% | - |
| XYZ | 39.85 | 37.17 | 17.91 | - |
| YUV | 163.75 | 93.72 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 103 | 0 | 0.26 | 0.50 | 0.18 | 28.57 | 0.53 | 0.61 |
| Hex | D0 | 99 | 67 | 0 | 1A | 32 | 12 | 1D | 35 | 3D |
| Octal | 320 | 231 | 147 | 0 | 32 | 62 | 22 | 35 | 65 | 75 |
| Binary | 11010000 | 10011001 | 1100111 | 0 | 11010 | 110010 | 10010 | 11101 | 110101 | 111101 |
Color Harmonies of #D09967
Complementary color
Monochromatic Colors of #D09967
Black with #D09967
Text Example
Text Example
White with #D09967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09967; }
p { color: rgb(208,153,103); }
H1.HeaderClassName
{
color: #D09967;
}
.AnyTagClassName
{
color: #D09967;
}
</style>
background-color css
<style>
a { background-color: #D09967; }
a { background-color: rgb(208,153,103); }
div.DivClassName
{
background-color: #D09967;
}
.BgClassName
{
background-color: #D09967;
}
</style>
border-color css
<style>
span { border-color: #D09967; }
span { border-color: rgb(208,153,103); }
td.TdClassName
{
border-color: #D09967;
}
.TagClassName
{
border-color: #D09967;
}
</style>