Shades of Whiskey #D99A6A
Tints of Whiskey #D99A6A
RGB
CMYK
RGB Variations
Color information
#D99A6A (or 0xD99A6A) is known color: Whiskey. HEX triplet: D9, 9A and 6A. RGB value is (217,154,106). Sum of RGB (Red+Green+Blue) = 217+154+106=477 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.49% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 106 (41.80% from 255 or 22.22% from 477); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99A6A is #266595. Grayscale: #A7A7A7. Windows color (decimal): -2516374 or 6986457. OLE color: 6986457.
HSL color Cylindrical-coordinate representation of color #D99A6A: hue angle of 25.95º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D99A6A is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 154 | 106 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.15 |
| HSL | 25.95º | 0.59% | 0.63% | - |
| HSV(B) | 25.95º | 0.51% | 0.85% | - |
| XYZ | 42.77 | 38.9 | 18.89 | - |
| YUV | 167.37 | 93.37 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 106 | 0 | 0.29 | 0.51 | 0.15 | 25.95 | 0.59 | 0.63 |
| Hex | D9 | 9A | 6A | 0 | 1D | 33 | F | 1A | 3B | 3F |
| Octal | 331 | 232 | 152 | 0 | 35 | 63 | 17 | 32 | 73 | 77 |
| Binary | 11011001 | 10011010 | 1101010 | 0 | 11101 | 110011 | 1111 | 11010 | 111011 | 111111 |
Color Harmonies of #D99A6A
Complementary color
Monochromatic Colors of #D99A6A
Black with #D99A6A
Text Example
Text Example
White with #D99A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99A6A; }
p { color: rgb(217,154,106); }
H1.HeaderClassName
{
color: #D99A6A;
}
.AnyTagClassName
{
color: #D99A6A;
}
</style>
background-color css
<style>
a { background-color: #D99A6A; }
a { background-color: rgb(217,154,106); }
div.DivClassName
{
background-color: #D99A6A;
}
.BgClassName
{
background-color: #D99A6A;
}
</style>
border-color css
<style>
span { border-color: #D99A6A; }
span { border-color: rgb(217,154,106); }
td.TdClassName
{
border-color: #D99A6A;
}
.TagClassName
{
border-color: #D99A6A;
}
</style>