Shades of Whiskey #D29864
Tints of Whiskey #D29864
RGB
CMYK
RGB Variations
Color information
#D29864 (or 0xD29864) is known color: Whiskey. HEX triplet: D2, 98 and 64. RGB value is (210,152,100). Sum of RGB (Red+Green+Blue) = 210+152+100=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 152 (59.77% from 255 or 32.90% from 462); Blue value is 100 (39.45% from 255 or 21.65% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D29864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29864 is #2D679B. Grayscale: #A3A3A3. Windows color (decimal): -2975644 or 6592722. OLE color: 6592722.
HSL color Cylindrical-coordinate representation of color #D29864: hue angle of 28.36º 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 #D29864 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 152 | 100 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.18 |
| HSL | 28.36º | 0.55% | 0.61% | - |
| HSV(B) | 28.36º | 0.52% | 0.82% | - |
| XYZ | 40.11 | 37.08 | 17.1 | - |
| YUV | 163.41 | 92.22 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 152 | 100 | 0 | 0.28 | 0.52 | 0.18 | 28.36 | 0.55 | 0.61 |
| Hex | D2 | 98 | 64 | 0 | 1C | 34 | 12 | 1C | 37 | 3D |
| Octal | 322 | 230 | 144 | 0 | 34 | 64 | 22 | 34 | 67 | 75 |
| Binary | 11010010 | 10011000 | 1100100 | 0 | 11100 | 110100 | 10010 | 11100 | 110111 | 111101 |
Color Harmonies of #D29864
Complementary color
Monochromatic Colors of #D29864
Black with #D29864
Text Example
Text Example
White with #D29864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29864; }
p { color: rgb(210,152,100); }
H1.HeaderClassName
{
color: #D29864;
}
.AnyTagClassName
{
color: #D29864;
}
</style>
background-color css
<style>
a { background-color: #D29864; }
a { background-color: rgb(210,152,100); }
div.DivClassName
{
background-color: #D29864;
}
.BgClassName
{
background-color: #D29864;
}
</style>
border-color css
<style>
span { border-color: #D29864; }
span { border-color: rgb(210,152,100); }
td.TdClassName
{
border-color: #D29864;
}
.TagClassName
{
border-color: #D29864;
}
</style>