Shades of Whiskey #D29B6A
Tints of Whiskey #D29B6A
RGB
CMYK
RGB Variations
Color information
#D29B6A (or 0xD29B6A) is known color: Whiskey. HEX triplet: D2, 9B and 6A. RGB value is (210,155,106). Sum of RGB (Red+Green+Blue) = 210+155+106=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 155 (60.94% from 255 or 32.91% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D29B6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29B6A is #2D6495. Grayscale: #A6A6A6. Windows color (decimal): -2974870 or 6986706. OLE color: 6986706.
HSL color Cylindrical-coordinate representation of color #D29B6A: hue angle of 28.27º 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 #D29B6A is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 155 | 106 | - |
| CMYK | 0 | 0.26 | 0.50 | 0.18 |
| HSL | 28.27º | 0.54% | 0.62% | - |
| HSV(B) | 28.27º | 0.5% | 0.82% | - |
| XYZ | 40.9 | 38.18 | 18.85 | - |
| YUV | 165.86 | 94.22 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 155 | 106 | 0 | 0.26 | 0.50 | 0.18 | 28.27 | 0.54 | 0.62 |
| Hex | D2 | 9B | 6A | 0 | 1A | 32 | 12 | 1C | 36 | 3E |
| Octal | 322 | 233 | 152 | 0 | 32 | 62 | 22 | 34 | 66 | 76 |
| Binary | 11010010 | 10011011 | 1101010 | 0 | 11010 | 110010 | 10010 | 11100 | 110110 | 111110 |
Color Harmonies of #D29B6A
Complementary color
Monochromatic Colors of #D29B6A
Black with #D29B6A
Text Example
Text Example
White with #D29B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29B6A; }
p { color: rgb(210,155,106); }
H1.HeaderClassName
{
color: #D29B6A;
}
.AnyTagClassName
{
color: #D29B6A;
}
</style>
background-color css
<style>
a { background-color: #D29B6A; }
a { background-color: rgb(210,155,106); }
div.DivClassName
{
background-color: #D29B6A;
}
.BgClassName
{
background-color: #D29B6A;
}
</style>
border-color css
<style>
span { border-color: #D29B6A; }
span { border-color: rgb(210,155,106); }
td.TdClassName
{
border-color: #D29B6A;
}
.TagClassName
{
border-color: #D29B6A;
}
</style>