Shades of Whiskey #D29166
Tints of Whiskey #D29166
RGB
CMYK
RGB Variations
Color information
#D29166 (or 0xD29166) is known color: Whiskey. HEX triplet: D2, 91 and 66. RGB value is (210,145,102). Sum of RGB (Red+Green+Blue) = 210+145+102=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 145 (57.03% from 255 or 31.73% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 210 - color contains mainly: red. Hex color #D29166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29166 is #2D6E99. Grayscale: #9F9F9F. Windows color (decimal): -2977434 or 6722002. OLE color: 6722002.
HSL color Cylindrical-coordinate representation of color #D29166: hue angle of 23.89º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D29166 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 145 | 102 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.18 |
| HSL | 23.89º | 0.55% | 0.61% | - |
| HSV(B) | 23.89º | 0.51% | 0.82% | - |
| XYZ | 39.1 | 34.91 | 17.25 | - |
| YUV | 159.53 | 95.53 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 145 | 102 | 0 | 0.31 | 0.51 | 0.18 | 23.89 | 0.55 | 0.61 |
| Hex | D2 | 91 | 66 | 0 | 1F | 33 | 12 | 18 | 37 | 3D |
| Octal | 322 | 221 | 146 | 0 | 37 | 63 | 22 | 30 | 67 | 75 |
| Binary | 11010010 | 10010001 | 1100110 | 0 | 11111 | 110011 | 10010 | 11000 | 110111 | 111101 |
Color Harmonies of #D29166
Complementary color
Monochromatic Colors of #D29166
Black with #D29166
Text Example
Text Example
White with #D29166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29166; }
p { color: rgb(210,145,102); }
H1.HeaderClassName
{
color: #D29166;
}
.AnyTagClassName
{
color: #D29166;
}
</style>
background-color css
<style>
a { background-color: #D29166; }
a { background-color: rgb(210,145,102); }
div.DivClassName
{
background-color: #D29166;
}
.BgClassName
{
background-color: #D29166;
}
</style>
border-color css
<style>
span { border-color: #D29166; }
span { border-color: rgb(210,145,102); }
td.TdClassName
{
border-color: #D29166;
}
.TagClassName
{
border-color: #D29166;
}
</style>