Shades of Whiskey #D29668
Tints of Whiskey #D29668
RGB
CMYK
RGB Variations
Color information
#D29668 (or 0xD29668) is known color: Whiskey. HEX triplet: D2, 96 and 68. RGB value is (210,150,104). Sum of RGB (Red+Green+Blue) = 210+150+104=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 104 (41.02% from 255 or 22.41% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D29668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29668 is #2D6997. Grayscale: #A2A2A2. Windows color (decimal): -2976152 or 6854354. OLE color: 6854354.
HSL color Cylindrical-coordinate representation of color #D29668: hue angle of 26.04º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D29668 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 150 | 104 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.18 |
| HSL | 26.04º | 0.54% | 0.62% | - |
| HSV(B) | 26.04º | 0.5% | 0.82% | - |
| XYZ | 39.98 | 36.51 | 18.04 | - |
| YUV | 162.7 | 94.88 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 150 | 104 | 0 | 0.29 | 0.50 | 0.18 | 26.04 | 0.54 | 0.62 |
| Hex | D2 | 96 | 68 | 0 | 1D | 32 | 12 | 1A | 36 | 3E |
| Octal | 322 | 226 | 150 | 0 | 35 | 62 | 22 | 32 | 66 | 76 |
| Binary | 11010010 | 10010110 | 1101000 | 0 | 11101 | 110010 | 10010 | 11010 | 110110 | 111110 |
Color Harmonies of #D29668
Complementary color
Monochromatic Colors of #D29668
Black with #D29668
Text Example
Text Example
White with #D29668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29668; }
p { color: rgb(210,150,104); }
H1.HeaderClassName
{
color: #D29668;
}
.AnyTagClassName
{
color: #D29668;
}
</style>
background-color css
<style>
a { background-color: #D29668; }
a { background-color: rgb(210,150,104); }
div.DivClassName
{
background-color: #D29668;
}
.BgClassName
{
background-color: #D29668;
}
</style>
border-color css
<style>
span { border-color: #D29668; }
span { border-color: rgb(210,150,104); }
td.TdClassName
{
border-color: #D29668;
}
.TagClassName
{
border-color: #D29668;
}
</style>