Shades of Whiskey #D7966B
Tints of Whiskey #D7966B
RGB
CMYK
RGB Variations
Color information
#D7966B (or 0xD7966B) is known color: Whiskey. HEX triplet: D7, 96 and 6B. RGB value is (215,150,107). Sum of RGB (Red+Green+Blue) = 215+150+107=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 107 (42.19% from 255 or 22.67% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D7966B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7966B is #286994. Grayscale: #A4A4A4. Windows color (decimal): -2648469 or 7050967. OLE color: 7050967.
HSL color Cylindrical-coordinate representation of color #D7966B: hue angle of 23.89º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D7966B is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 150 | 107 | - |
| CMYK | 0 | 0.30 | 0.50 | 0.16 |
| HSL | 23.89º | 0.57% | 0.63% | - |
| HSV(B) | 23.89º | 0.5% | 0.84% | - |
| XYZ | 41.58 | 37.32 | 18.92 | - |
| YUV | 164.53 | 95.53 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 150 | 107 | 0 | 0.30 | 0.50 | 0.16 | 23.89 | 0.57 | 0.63 |
| Hex | D7 | 96 | 6B | 0 | 1E | 32 | 10 | 18 | 39 | 3F |
| Octal | 327 | 226 | 153 | 0 | 36 | 62 | 20 | 30 | 71 | 77 |
| Binary | 11010111 | 10010110 | 1101011 | 0 | 11110 | 110010 | 10000 | 11000 | 111001 | 111111 |
Color Harmonies of #D7966B
Complementary color
Monochromatic Colors of #D7966B
Black with #D7966B
Text Example
Text Example
White with #D7966B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7966B; }
p { color: rgb(215,150,107); }
H1.HeaderClassName
{
color: #D7966B;
}
.AnyTagClassName
{
color: #D7966B;
}
</style>
background-color css
<style>
a { background-color: #D7966B; }
a { background-color: rgb(215,150,107); }
div.DivClassName
{
background-color: #D7966B;
}
.BgClassName
{
background-color: #D7966B;
}
</style>
border-color css
<style>
span { border-color: #D7966B; }
span { border-color: rgb(215,150,107); }
td.TdClassName
{
border-color: #D7966B;
}
.TagClassName
{
border-color: #D7966B;
}
</style>