Shades of Whiskey #D0996A
Tints of Whiskey #D0996A
RGB
CMYK
RGB Variations
Color information
#D0996A (or 0xD0996A) is known color: Whiskey. HEX triplet: D0, 99 and 6A. RGB value is (208,153,106). Sum of RGB (Red+Green+Blue) = 208+153+106=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 106 (41.80% from 255 or 22.70% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D0996A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0996A is #2F6695. Grayscale: #A4A4A4. Windows color (decimal): -3106454 or 6986192. OLE color: 6986192.
HSL color Cylindrical-coordinate representation of color #D0996A: hue angle of 27.65º 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 #D0996A is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 153 | 106 | - |
| CMYK | 0 | 0.26 | 0.49 | 0.18 |
| HSL | 27.65º | 0.52% | 0.62% | - |
| HSV(B) | 27.65º | 0.49% | 0.82% | - |
| XYZ | 40.01 | 37.23 | 18.71 | - |
| YUV | 164.09 | 95.22 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 106 | 0 | 0.26 | 0.49 | 0.18 | 27.65 | 0.52 | 0.62 |
| Hex | D0 | 99 | 6A | 0 | 1A | 31 | 12 | 1C | 34 | 3E |
| Octal | 320 | 231 | 152 | 0 | 32 | 61 | 22 | 34 | 64 | 76 |
| Binary | 11010000 | 10011001 | 1101010 | 0 | 11010 | 110001 | 10010 | 11100 | 110100 | 111110 |
Color Harmonies of #D0996A
Complementary color
Monochromatic Colors of #D0996A
Black with #D0996A
Text Example
Text Example
White with #D0996A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0996A; }
p { color: rgb(208,153,106); }
H1.HeaderClassName
{
color: #D0996A;
}
.AnyTagClassName
{
color: #D0996A;
}
</style>
background-color css
<style>
a { background-color: #D0996A; }
a { background-color: rgb(208,153,106); }
div.DivClassName
{
background-color: #D0996A;
}
.BgClassName
{
background-color: #D0996A;
}
</style>
border-color css
<style>
span { border-color: #D0996A; }
span { border-color: rgb(208,153,106); }
td.TdClassName
{
border-color: #D0996A;
}
.TagClassName
{
border-color: #D0996A;
}
</style>