Shades of Whiskey #D29968
Tints of Whiskey #D29968
RGB
CMYK
RGB Variations
Color information
#D29968 (or 0xD29968) is known color: Whiskey. HEX triplet: D2, 99 and 68. RGB value is (210,153,104). Sum of RGB (Red+Green+Blue) = 210+153+104=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 210 - color contains mainly: red. Hex color #D29968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29968 is #2D6697. Grayscale: #A4A4A4. Windows color (decimal): -2975384 or 6855122. OLE color: 6855122.
HSL color Cylindrical-coordinate representation of color #D29968: hue angle of 27.74º 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 #D29968 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 153 | 104 | - |
| CMYK | 0 | 0.27 | 0.50 | 0.18 |
| HSL | 27.74º | 0.54% | 0.62% | - |
| HSV(B) | 27.74º | 0.5% | 0.82% | - |
| XYZ | 40.47 | 37.48 | 18.2 | - |
| YUV | 164.46 | 93.88 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 153 | 104 | 0 | 0.27 | 0.50 | 0.18 | 27.74 | 0.54 | 0.62 |
| Hex | D2 | 99 | 68 | 0 | 1B | 32 | 12 | 1C | 36 | 3E |
| Octal | 322 | 231 | 150 | 0 | 33 | 62 | 22 | 34 | 66 | 76 |
| Binary | 11010010 | 10011001 | 1101000 | 0 | 11011 | 110010 | 10010 | 11100 | 110110 | 111110 |
Color Harmonies of #D29968
Complementary color
Monochromatic Colors of #D29968
Black with #D29968
Text Example
Text Example
White with #D29968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29968; }
p { color: rgb(210,153,104); }
H1.HeaderClassName
{
color: #D29968;
}
.AnyTagClassName
{
color: #D29968;
}
</style>
background-color css
<style>
a { background-color: #D29968; }
a { background-color: rgb(210,153,104); }
div.DivClassName
{
background-color: #D29968;
}
.BgClassName
{
background-color: #D29968;
}
</style>
border-color css
<style>
span { border-color: #D29968; }
span { border-color: rgb(210,153,104); }
td.TdClassName
{
border-color: #D29968;
}
.TagClassName
{
border-color: #D29968;
}
</style>