Shades of Whiskey #D99C6B
Tints of Whiskey #D99C6B
RGB
CMYK
RGB Variations
Color information
#D99C6B (or 0xD99C6B) is known color: Whiskey. HEX triplet: D9, 9C and 6B. RGB value is (217,156,107). Sum of RGB (Red+Green+Blue) = 217+156+107=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 156 (61.33% from 255 or 32.5% from 480); Blue value is 107 (42.19% from 255 or 22.29% from 480); Max value from RGB is 217 - color contains mainly: red. Hex color #D99C6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99C6B is #266394. Grayscale: #A8A8A8. Windows color (decimal): -2515861 or 7052505. OLE color: 7052505.
HSL color Cylindrical-coordinate representation of color #D99C6B: hue angle of 26.73º 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 #D99C6B is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 156 | 107 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.15 |
| HSL | 26.73º | 0.59% | 0.64% | - |
| HSV(B) | 26.73º | 0.51% | 0.85% | - |
| XYZ | 43.16 | 39.59 | 19.28 | - |
| YUV | 168.65 | 93.21 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 156 | 107 | 0 | 0.28 | 0.51 | 0.15 | 26.73 | 0.59 | 0.64 |
| Hex | D9 | 9C | 6B | 0 | 1C | 33 | F | 1B | 3B | 40 |
| Octal | 331 | 234 | 153 | 0 | 34 | 63 | 17 | 33 | 73 | 100 |
| Binary | 11011001 | 10011100 | 1101011 | 0 | 11100 | 110011 | 1111 | 11011 | 111011 | 1000000 |
Color Harmonies of #D99C6B
Complementary color
Monochromatic Colors of #D99C6B
Black with #D99C6B
Text Example
Text Example
White with #D99C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99C6B; }
p { color: rgb(217,156,107); }
H1.HeaderClassName
{
color: #D99C6B;
}
.AnyTagClassName
{
color: #D99C6B;
}
</style>
background-color css
<style>
a { background-color: #D99C6B; }
a { background-color: rgb(217,156,107); }
div.DivClassName
{
background-color: #D99C6B;
}
.BgClassName
{
background-color: #D99C6B;
}
</style>
border-color css
<style>
span { border-color: #D99C6B; }
span { border-color: rgb(217,156,107); }
td.TdClassName
{
border-color: #D99C6B;
}
.TagClassName
{
border-color: #D99C6B;
}
</style>