Shades of Whiskey #D99B6D
Tints of Whiskey #D99B6D
RGB
CMYK
RGB Variations
Color information
#D99B6D (or 0xD99B6D) is known color: Whiskey. HEX triplet: D9, 9B and 6D. RGB value is (217,155,109). Sum of RGB (Red+Green+Blue) = 217+155+109=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 155 (60.94% from 255 or 32.22% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D99B6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99B6D is #266492. Grayscale: #A8A8A8. Windows color (decimal): -2516115 or 7183321. OLE color: 7183321.
HSL color Cylindrical-coordinate representation of color #D99B6D: hue angle of 25.56º 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 #D99B6D is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 155 | 109 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.15 |
| HSL | 25.56º | 0.59% | 0.64% | - |
| HSV(B) | 25.56º | 0.5% | 0.85% | - |
| XYZ | 43.1 | 39.3 | 19.78 | - |
| YUV | 168.29 | 94.54 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 155 | 109 | 0 | 0.29 | 0.50 | 0.15 | 25.56 | 0.59 | 0.64 |
| Hex | D9 | 9B | 6D | 0 | 1D | 32 | F | 1A | 3B | 40 |
| Octal | 331 | 233 | 155 | 0 | 35 | 62 | 17 | 32 | 73 | 100 |
| Binary | 11011001 | 10011011 | 1101101 | 0 | 11101 | 110010 | 1111 | 11010 | 111011 | 1000000 |
Color Harmonies of #D99B6D
Complementary color
Monochromatic Colors of #D99B6D
Black with #D99B6D
Text Example
Text Example
White with #D99B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99B6D; }
p { color: rgb(217,155,109); }
H1.HeaderClassName
{
color: #D99B6D;
}
.AnyTagClassName
{
color: #D99B6D;
}
</style>
background-color css
<style>
a { background-color: #D99B6D; }
a { background-color: rgb(217,155,109); }
div.DivClassName
{
background-color: #D99B6D;
}
.BgClassName
{
background-color: #D99B6D;
}
</style>
border-color css
<style>
span { border-color: #D99B6D; }
span { border-color: rgb(217,155,109); }
td.TdClassName
{
border-color: #D99B6D;
}
.TagClassName
{
border-color: #D99B6D;
}
</style>