Shades of Whiskey #D99A6B
Tints of Whiskey #D99A6B
RGB
CMYK
RGB Variations
Color information
#D99A6B (or 0xD99A6B) is known color: Whiskey. HEX triplet: D9, 9A and 6B. RGB value is (217,154,107). Sum of RGB (Red+Green+Blue) = 217+154+107=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 107 (42.19% from 255 or 22.38% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99A6B is #266594. Grayscale: #A7A7A7. Windows color (decimal): -2516373 or 7051993. OLE color: 7051993.
HSL color Cylindrical-coordinate representation of color #D99A6B: hue angle of 25.64º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D99A6B is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 154 | 107 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.15 |
| HSL | 25.64º | 0.59% | 0.64% | - |
| HSV(B) | 25.64º | 0.51% | 0.85% | - |
| XYZ | 42.82 | 38.92 | 19.17 | - |
| YUV | 167.48 | 93.87 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 107 | 0 | 0.29 | 0.51 | 0.15 | 25.64 | 0.59 | 0.64 |
| Hex | D9 | 9A | 6B | 0 | 1D | 33 | F | 1A | 3B | 40 |
| Octal | 331 | 232 | 153 | 0 | 35 | 63 | 17 | 32 | 73 | 100 |
| Binary | 11011001 | 10011010 | 1101011 | 0 | 11101 | 110011 | 1111 | 11010 | 111011 | 1000000 |
Color Harmonies of #D99A6B
Complementary color
Monochromatic Colors of #D99A6B
Black with #D99A6B
Text Example
Text Example
White with #D99A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99A6B; }
p { color: rgb(217,154,107); }
H1.HeaderClassName
{
color: #D99A6B;
}
.AnyTagClassName
{
color: #D99A6B;
}
</style>
background-color css
<style>
a { background-color: #D99A6B; }
a { background-color: rgb(217,154,107); }
div.DivClassName
{
background-color: #D99A6B;
}
.BgClassName
{
background-color: #D99A6B;
}
</style>
border-color css
<style>
span { border-color: #D99A6B; }
span { border-color: rgb(217,154,107); }
td.TdClassName
{
border-color: #D99A6B;
}
.TagClassName
{
border-color: #D99A6B;
}
</style>