Shades of Whiskey #D29064
Tints of Whiskey #D29064
RGB
CMYK
RGB Variations
Color information
#D29064 (or 0xD29064) is known color: Whiskey. HEX triplet: D2, 90 and 64. RGB value is (210,144,100). Sum of RGB (Red+Green+Blue) = 210+144+100=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 144 (56.64% from 255 or 31.72% from 454); Blue value is 100 (39.45% from 255 or 22.03% from 454); Max value from RGB is 210 - color contains mainly: red. Hex color #D29064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29064 is #2D6F9B. Grayscale: #9E9E9E. Windows color (decimal): -2977692 or 6590674. OLE color: 6590674.
HSL color Cylindrical-coordinate representation of color #D29064: hue angle of 24º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D29064 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 144 | 100 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.18 |
| HSL | 24º | 0.55% | 0.61% | - |
| HSV(B) | 24º | 0.52% | 0.82% | - |
| XYZ | 38.85 | 34.57 | 16.68 | - |
| YUV | 158.72 | 94.87 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 144 | 100 | 0 | 0.31 | 0.52 | 0.18 | 24 | 0.55 | 0.61 |
| Hex | D2 | 90 | 64 | 0 | 1F | 34 | 12 | 18 | 37 | 3D |
| Octal | 322 | 220 | 144 | 0 | 37 | 64 | 22 | 30 | 67 | 75 |
| Binary | 11010010 | 10010000 | 1100100 | 0 | 11111 | 110100 | 10010 | 11000 | 110111 | 111101 |
Color Harmonies of #D29064
Complementary color
Monochromatic Colors of #D29064
Black with #D29064
Text Example
Text Example
White with #D29064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29064; }
p { color: rgb(210,144,100); }
H1.HeaderClassName
{
color: #D29064;
}
.AnyTagClassName
{
color: #D29064;
}
</style>
background-color css
<style>
a { background-color: #D29064; }
a { background-color: rgb(210,144,100); }
div.DivClassName
{
background-color: #D29064;
}
.BgClassName
{
background-color: #D29064;
}
</style>
border-color css
<style>
span { border-color: #D29064; }
span { border-color: rgb(210,144,100); }
td.TdClassName
{
border-color: #D29064;
}
.TagClassName
{
border-color: #D29064;
}
</style>