Shades of Whiskey #D99A66
Tints of Whiskey #D99A66
RGB
CMYK
RGB Variations
Color information
#D99A66 (or 0xD99A66) is known color: Whiskey. HEX triplet: D9, 9A and 66. RGB value is (217,154,102). Sum of RGB (Red+Green+Blue) = 217+154+102=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 154 (60.55% from 255 or 32.56% from 473); Blue value is 102 (40.23% from 255 or 21.56% from 473); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99A66 is #266599. Grayscale: #A7A7A7. Windows color (decimal): -2516378 or 6724313. OLE color: 6724313.
HSL color Cylindrical-coordinate representation of color #D99A66: hue angle of 27.13º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D99A66 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 154 | 102 | - |
| CMYK | 0 | 0.29 | 0.53 | 0.15 |
| HSL | 27.13º | 0.6% | 0.63% | - |
| HSV(B) | 27.13º | 0.53% | 0.85% | - |
| XYZ | 42.57 | 38.82 | 17.82 | - |
| YUV | 166.91 | 91.37 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 102 | 0 | 0.29 | 0.53 | 0.15 | 27.13 | 0.6 | 0.63 |
| Hex | D9 | 9A | 66 | 0 | 1D | 35 | F | 1B | 3C | 3F |
| Octal | 331 | 232 | 146 | 0 | 35 | 65 | 17 | 33 | 74 | 77 |
| Binary | 11011001 | 10011010 | 1100110 | 0 | 11101 | 110101 | 1111 | 11011 | 111100 | 111111 |
Color Harmonies of #D99A66
Complementary color
Monochromatic Colors of #D99A66
Black with #D99A66
Text Example
Text Example
White with #D99A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99A66; }
p { color: rgb(217,154,102); }
H1.HeaderClassName
{
color: #D99A66;
}
.AnyTagClassName
{
color: #D99A66;
}
</style>
background-color css
<style>
a { background-color: #D99A66; }
a { background-color: rgb(217,154,102); }
div.DivClassName
{
background-color: #D99A66;
}
.BgClassName
{
background-color: #D99A66;
}
</style>
border-color css
<style>
span { border-color: #D99A66; }
span { border-color: rgb(217,154,102); }
td.TdClassName
{
border-color: #D99A66;
}
.TagClassName
{
border-color: #D99A66;
}
</style>