Shades of Whiskey #D29A6D
Tints of Whiskey #D29A6D
RGB
CMYK
RGB Variations
Color information
#D29A6D (or 0xD29A6D) is known color: Whiskey. HEX triplet: D2, 9A and 6D. RGB value is (210,154,109). Sum of RGB (Red+Green+Blue) = 210+154+109=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 154 (60.55% from 255 or 32.56% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29A6D is #2D6592. Grayscale: #A5A5A5. Windows color (decimal): -2975123 or 7183058. OLE color: 7183058.
HSL color Cylindrical-coordinate representation of color #D29A6D: hue angle of 26.73º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D29A6D is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 154 | 109 | - |
| CMYK | 0 | 0.27 | 0.48 | 0.18 |
| HSL | 26.73º | 0.53% | 0.63% | - |
| HSV(B) | 26.73º | 0.48% | 0.82% | - |
| XYZ | 40.89 | 37.92 | 19.63 | - |
| YUV | 165.61 | 96.05 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 154 | 109 | 0 | 0.27 | 0.48 | 0.18 | 26.73 | 0.53 | 0.63 |
| Hex | D2 | 9A | 6D | 0 | 1B | 30 | 12 | 1B | 35 | 3F |
| Octal | 322 | 232 | 155 | 0 | 33 | 60 | 22 | 33 | 65 | 77 |
| Binary | 11010010 | 10011010 | 1101101 | 0 | 11011 | 110000 | 10010 | 11011 | 110101 | 111111 |
Color Harmonies of #D29A6D
Complementary color
Monochromatic Colors of #D29A6D
Black with #D29A6D
Text Example
Text Example
White with #D29A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29A6D; }
p { color: rgb(210,154,109); }
H1.HeaderClassName
{
color: #D29A6D;
}
.AnyTagClassName
{
color: #D29A6D;
}
</style>
background-color css
<style>
a { background-color: #D29A6D; }
a { background-color: rgb(210,154,109); }
div.DivClassName
{
background-color: #D29A6D;
}
.BgClassName
{
background-color: #D29A6D;
}
</style>
border-color css
<style>
span { border-color: #D29A6D; }
span { border-color: rgb(210,154,109); }
td.TdClassName
{
border-color: #D29A6D;
}
.TagClassName
{
border-color: #D29A6D;
}
</style>