Shades of Whiskey #D7966A
Tints of Whiskey #D7966A
RGB
CMYK
RGB Variations
Color information
#D7966A (or 0xD7966A) is known color: Whiskey. HEX triplet: D7, 96 and 6A. RGB value is (215,150,106). Sum of RGB (Red+Green+Blue) = 215+150+106=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 150 (58.98% from 255 or 31.85% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D7966A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7966A is #286995. Grayscale: #A4A4A4. Windows color (decimal): -2648470 or 6985431. OLE color: 6985431.
HSL color Cylindrical-coordinate representation of color #D7966A: hue angle of 24.22º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D7966A is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 150 | 106 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.16 |
| HSL | 24.22º | 0.58% | 0.63% | - |
| HSV(B) | 24.22º | 0.51% | 0.84% | - |
| XYZ | 41.53 | 37.3 | 18.65 | - |
| YUV | 164.42 | 95.03 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 150 | 106 | 0 | 0.30 | 0.51 | 0.16 | 24.22 | 0.58 | 0.63 |
| Hex | D7 | 96 | 6A | 0 | 1E | 33 | 10 | 18 | 3A | 3F |
| Octal | 327 | 226 | 152 | 0 | 36 | 63 | 20 | 30 | 72 | 77 |
| Binary | 11010111 | 10010110 | 1101010 | 0 | 11110 | 110011 | 10000 | 11000 | 111010 | 111111 |
Color Harmonies of #D7966A
Complementary color
Monochromatic Colors of #D7966A
Black with #D7966A
Text Example
Text Example
White with #D7966A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7966A; }
p { color: rgb(215,150,106); }
H1.HeaderClassName
{
color: #D7966A;
}
.AnyTagClassName
{
color: #D7966A;
}
</style>
background-color css
<style>
a { background-color: #D7966A; }
a { background-color: rgb(215,150,106); }
div.DivClassName
{
background-color: #D7966A;
}
.BgClassName
{
background-color: #D7966A;
}
</style>
border-color css
<style>
span { border-color: #D7966A; }
span { border-color: rgb(215,150,106); }
td.TdClassName
{
border-color: #D7966A;
}
.TagClassName
{
border-color: #D7966A;
}
</style>