Shades of Whiskey #D0966B
Tints of Whiskey #D0966B
RGB
CMYK
RGB Variations
Color information
#D0966B (or 0xD0966B) is known color: Whiskey. HEX triplet: D0, 96 and 6B. RGB value is (208,150,107). Sum of RGB (Red+Green+Blue) = 208+150+107=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 107 (42.19% from 255 or 23.01% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D0966B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0966B is #2F6994. Grayscale: #A2A2A2. Windows color (decimal): -3107221 or 7050960. OLE color: 7050960.
HSL color Cylindrical-coordinate representation of color #D0966B: hue angle of 25.54º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D0966B is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 150 | 107 | - |
| CMYK | 0 | 0.28 | 0.49 | 0.18 |
| HSL | 25.54º | 0.52% | 0.62% | - |
| HSV(B) | 25.54º | 0.49% | 0.82% | - |
| XYZ | 39.57 | 36.28 | 18.83 | - |
| YUV | 162.44 | 96.72 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 150 | 107 | 0 | 0.28 | 0.49 | 0.18 | 25.54 | 0.52 | 0.62 |
| Hex | D0 | 96 | 6B | 0 | 1C | 31 | 12 | 1A | 34 | 3E |
| Octal | 320 | 226 | 153 | 0 | 34 | 61 | 22 | 32 | 64 | 76 |
| Binary | 11010000 | 10010110 | 1101011 | 0 | 11100 | 110001 | 10010 | 11010 | 110100 | 111110 |
Color Harmonies of #D0966B
Complementary color
Monochromatic Colors of #D0966B
Black with #D0966B
Text Example
Text Example
White with #D0966B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0966B; }
p { color: rgb(208,150,107); }
H1.HeaderClassName
{
color: #D0966B;
}
.AnyTagClassName
{
color: #D0966B;
}
</style>
background-color css
<style>
a { background-color: #D0966B; }
a { background-color: rgb(208,150,107); }
div.DivClassName
{
background-color: #D0966B;
}
.BgClassName
{
background-color: #D0966B;
}
</style>
border-color css
<style>
span { border-color: #D0966B; }
span { border-color: rgb(208,150,107); }
td.TdClassName
{
border-color: #D0966B;
}
.TagClassName
{
border-color: #D0966B;
}
</style>