Shades of Whiskey #D29669
Tints of Whiskey #D29669
RGB
CMYK
RGB Variations
Color information
#D29669 (or 0xD29669) is known color: Whiskey. HEX triplet: D2, 96 and 69. RGB value is (210,150,105). Sum of RGB (Red+Green+Blue) = 210+150+105=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 105 (41.41% from 255 or 22.58% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D29669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29669 is #2D6996. Grayscale: #A3A3A3. Windows color (decimal): -2976151 or 6919890. OLE color: 6919890.
HSL color Cylindrical-coordinate representation of color #D29669: hue angle of 25.71º 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 #D29669 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 150 | 105 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.18 |
| HSL | 25.71º | 0.54% | 0.62% | - |
| HSV(B) | 25.71º | 0.5% | 0.82% | - |
| XYZ | 40.03 | 36.53 | 18.31 | - |
| YUV | 162.81 | 95.38 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 150 | 105 | 0 | 0.29 | 0.50 | 0.18 | 25.71 | 0.54 | 0.62 |
| Hex | D2 | 96 | 69 | 0 | 1D | 32 | 12 | 1A | 36 | 3E |
| Octal | 322 | 226 | 151 | 0 | 35 | 62 | 22 | 32 | 66 | 76 |
| Binary | 11010010 | 10010110 | 1101001 | 0 | 11101 | 110010 | 10010 | 11010 | 110110 | 111110 |
Color Harmonies of #D29669
Complementary color
Monochromatic Colors of #D29669
Black with #D29669
Text Example
Text Example
White with #D29669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29669; }
p { color: rgb(210,150,105); }
H1.HeaderClassName
{
color: #D29669;
}
.AnyTagClassName
{
color: #D29669;
}
</style>
background-color css
<style>
a { background-color: #D29669; }
a { background-color: rgb(210,150,105); }
div.DivClassName
{
background-color: #D29669;
}
.BgClassName
{
background-color: #D29669;
}
</style>
border-color css
<style>
span { border-color: #D29669; }
span { border-color: rgb(210,150,105); }
td.TdClassName
{
border-color: #D29669;
}
.TagClassName
{
border-color: #D29669;
}
</style>