Shades of Whiskey #D9956B
Tints of Whiskey #D9956B
RGB
CMYK
RGB Variations
Color information
#D9956B (or 0xD9956B) is known color: Whiskey. HEX triplet: D9, 95 and 6B. RGB value is (217,149,107). Sum of RGB (Red+Green+Blue) = 217+149+107=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 149 (58.59% from 255 or 31.50% from 473); Blue value is 107 (42.19% from 255 or 22.62% from 473); Max value from RGB is 217 - color contains mainly: red. Hex color #D9956B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9956B is #266A94. Grayscale: #A4A4A4. Windows color (decimal): -2517653 or 7050713. OLE color: 7050713.
HSL color Cylindrical-coordinate representation of color #D9956B: hue angle of 22.91º 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 #D9956B is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 149 | 107 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.15 |
| HSL | 22.91º | 0.59% | 0.64% | - |
| HSV(B) | 22.91º | 0.51% | 0.85% | - |
| XYZ | 42.02 | 37.31 | 18.9 | - |
| YUV | 164.54 | 95.53 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 149 | 107 | 0 | 0.31 | 0.51 | 0.15 | 22.91 | 0.59 | 0.64 |
| Hex | D9 | 95 | 6B | 0 | 1F | 33 | F | 17 | 3B | 40 |
| Octal | 331 | 225 | 153 | 0 | 37 | 63 | 17 | 27 | 73 | 100 |
| Binary | 11011001 | 10010101 | 1101011 | 0 | 11111 | 110011 | 1111 | 10111 | 111011 | 1000000 |
Color Harmonies of #D9956B
Complementary color
Monochromatic Colors of #D9956B
Black with #D9956B
Text Example
Text Example
White with #D9956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9956B; }
p { color: rgb(217,149,107); }
H1.HeaderClassName
{
color: #D9956B;
}
.AnyTagClassName
{
color: #D9956B;
}
</style>
background-color css
<style>
a { background-color: #D9956B; }
a { background-color: rgb(217,149,107); }
div.DivClassName
{
background-color: #D9956B;
}
.BgClassName
{
background-color: #D9956B;
}
</style>
border-color css
<style>
span { border-color: #D9956B; }
span { border-color: rgb(217,149,107); }
td.TdClassName
{
border-color: #D9956B;
}
.TagClassName
{
border-color: #D9956B;
}
</style>