Shades of Whiskey #D99D6D
Tints of Whiskey #D99D6D
RGB
CMYK
RGB Variations
Color information
#D99D6D (or 0xD99D6D) is known color: Whiskey. HEX triplet: D9, 9D and 6D. RGB value is (217,157,109). Sum of RGB (Red+Green+Blue) = 217+157+109=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 157 (61.72% from 255 or 32.51% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99D6D is #266292. Grayscale: #A9A9A9. Windows color (decimal): -2515603 or 7183833. OLE color: 7183833.
HSL color Cylindrical-coordinate representation of color #D99D6D: hue angle of 26.67º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D99D6D is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 157 | 109 | - |
| CMYK | 0 | 0.28 | 0.50 | 0.15 |
| HSL | 26.67º | 0.59% | 0.64% | - |
| HSV(B) | 26.67º | 0.5% | 0.85% | - |
| XYZ | 43.43 | 39.97 | 19.89 | - |
| YUV | 169.47 | 93.88 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 157 | 109 | 0 | 0.28 | 0.50 | 0.15 | 26.67 | 0.59 | 0.64 |
| Hex | D9 | 9D | 6D | 0 | 1C | 32 | F | 1B | 3B | 40 |
| Octal | 331 | 235 | 155 | 0 | 34 | 62 | 17 | 33 | 73 | 100 |
| Binary | 11011001 | 10011101 | 1101101 | 0 | 11100 | 110010 | 1111 | 11011 | 111011 | 1000000 |
Color Harmonies of #D99D6D
Complementary color
Monochromatic Colors of #D99D6D
Black with #D99D6D
Text Example
Text Example
White with #D99D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99D6D; }
p { color: rgb(217,157,109); }
H1.HeaderClassName
{
color: #D99D6D;
}
.AnyTagClassName
{
color: #D99D6D;
}
</style>
background-color css
<style>
a { background-color: #D99D6D; }
a { background-color: rgb(217,157,109); }
div.DivClassName
{
background-color: #D99D6D;
}
.BgClassName
{
background-color: #D99D6D;
}
</style>
border-color css
<style>
span { border-color: #D99D6D; }
span { border-color: rgb(217,157,109); }
td.TdClassName
{
border-color: #D99D6D;
}
.TagClassName
{
border-color: #D99D6D;
}
</style>