Shades of Whiskey #D2996C
Tints of Whiskey #D2996C
RGB
CMYK
RGB Variations
Color information
#D2996C (or 0xD2996C) is known color: Whiskey. HEX triplet: D2, 99 and 6C. RGB value is (210,153,108). Sum of RGB (Red+Green+Blue) = 210+153+108=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 108 (42.58% from 255 or 22.93% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D2996C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2996C is #2D6693. Grayscale: #A5A5A5. Windows color (decimal): -2975380 or 7117266. OLE color: 7117266.
HSL color Cylindrical-coordinate representation of color #D2996C: hue angle of 26.47º degrees, saturation: 0.53, 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 #D2996C is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 153 | 108 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.18 |
| HSL | 26.47º | 0.53% | 0.62% | - |
| HSV(B) | 26.47º | 0.49% | 0.82% | - |
| XYZ | 40.68 | 37.57 | 19.29 | - |
| YUV | 164.91 | 95.88 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 153 | 108 | 0 | 0.27 | 0.49 | 0.18 | 26.47 | 0.53 | 0.62 |
| Hex | D2 | 99 | 6C | 0 | 1B | 31 | 12 | 1A | 35 | 3E |
| Octal | 322 | 231 | 154 | 0 | 33 | 61 | 22 | 32 | 65 | 76 |
| Binary | 11010010 | 10011001 | 1101100 | 0 | 11011 | 110001 | 10010 | 11010 | 110101 | 111110 |
Color Harmonies of #D2996C
Complementary color
Monochromatic Colors of #D2996C
Black with #D2996C
Text Example
Text Example
White with #D2996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2996C; }
p { color: rgb(210,153,108); }
H1.HeaderClassName
{
color: #D2996C;
}
.AnyTagClassName
{
color: #D2996C;
}
</style>
background-color css
<style>
a { background-color: #D2996C; }
a { background-color: rgb(210,153,108); }
div.DivClassName
{
background-color: #D2996C;
}
.BgClassName
{
background-color: #D2996C;
}
</style>
border-color css
<style>
span { border-color: #D2996C; }
span { border-color: rgb(210,153,108); }
td.TdClassName
{
border-color: #D2996C;
}
.TagClassName
{
border-color: #D2996C;
}
</style>