Shades of Whiskey #D29268
Tints of Whiskey #D29268
RGB
CMYK
RGB Variations
Color information
#D29268 (or 0xD29268) is known color: Whiskey. HEX triplet: D2, 92 and 68. RGB value is (210,146,104). Sum of RGB (Red+Green+Blue) = 210+146+104=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 104 (41.02% from 255 or 22.61% from 460); Max value from RGB is 210 - color contains mainly: red. Hex color #D29268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29268 is #2D6D97. Grayscale: #A0A0A0. Windows color (decimal): -2977176 or 6853330. OLE color: 6853330.
HSL color Cylindrical-coordinate representation of color #D29268: hue angle of 23.77º 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 #D29268 is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 146 | 104 | - |
| CMYK | 0 | 0.30 | 0.50 | 0.18 |
| HSL | 23.77º | 0.54% | 0.62% | - |
| HSV(B) | 23.77º | 0.5% | 0.82% | - |
| XYZ | 39.36 | 35.26 | 17.83 | - |
| YUV | 160.35 | 96.2 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 146 | 104 | 0 | 0.30 | 0.50 | 0.18 | 23.77 | 0.54 | 0.62 |
| Hex | D2 | 92 | 68 | 0 | 1E | 32 | 12 | 18 | 36 | 3E |
| Octal | 322 | 222 | 150 | 0 | 36 | 62 | 22 | 30 | 66 | 76 |
| Binary | 11010010 | 10010010 | 1101000 | 0 | 11110 | 110010 | 10010 | 11000 | 110110 | 111110 |
Color Harmonies of #D29268
Complementary color
Monochromatic Colors of #D29268
Black with #D29268
Text Example
Text Example
White with #D29268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29268; }
p { color: rgb(210,146,104); }
H1.HeaderClassName
{
color: #D29268;
}
.AnyTagClassName
{
color: #D29268;
}
</style>
background-color css
<style>
a { background-color: #D29268; }
a { background-color: rgb(210,146,104); }
div.DivClassName
{
background-color: #D29268;
}
.BgClassName
{
background-color: #D29268;
}
</style>
border-color css
<style>
span { border-color: #D29268; }
span { border-color: rgb(210,146,104); }
td.TdClassName
{
border-color: #D29268;
}
.TagClassName
{
border-color: #D29268;
}
</style>