Shades of Whiskey #D29467
Tints of Whiskey #D29467
RGB
CMYK
RGB Variations
Color information
#D29467 (or 0xD29467) is known color: Whiskey. HEX triplet: D2, 94 and 67. RGB value is (210,148,103). Sum of RGB (Red+Green+Blue) = 210+148+103=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 148 (58.20% from 255 or 32.10% from 461); Blue value is 103 (40.62% from 255 or 22.34% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D29467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29467 is #2D6B98. Grayscale: #A1A1A1. Windows color (decimal): -2976665 or 6788306. OLE color: 6788306.
HSL color Cylindrical-coordinate representation of color #D29467: hue angle of 25.23º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D29467 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 148 | 103 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.18 |
| HSL | 25.23º | 0.54% | 0.61% | - |
| HSV(B) | 25.23º | 0.51% | 0.82% | - |
| XYZ | 39.62 | 35.86 | 17.67 | - |
| YUV | 161.41 | 95.04 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 148 | 103 | 0 | 0.30 | 0.51 | 0.18 | 25.23 | 0.54 | 0.61 |
| Hex | D2 | 94 | 67 | 0 | 1E | 33 | 12 | 19 | 36 | 3D |
| Octal | 322 | 224 | 147 | 0 | 36 | 63 | 22 | 31 | 66 | 75 |
| Binary | 11010010 | 10010100 | 1100111 | 0 | 11110 | 110011 | 10010 | 11001 | 110110 | 111101 |
Color Harmonies of #D29467
Complementary color
Monochromatic Colors of #D29467
Black with #D29467
Text Example
Text Example
White with #D29467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29467; }
p { color: rgb(210,148,103); }
H1.HeaderClassName
{
color: #D29467;
}
.AnyTagClassName
{
color: #D29467;
}
</style>
background-color css
<style>
a { background-color: #D29467; }
a { background-color: rgb(210,148,103); }
div.DivClassName
{
background-color: #D29467;
}
.BgClassName
{
background-color: #D29467;
}
</style>
border-color css
<style>
span { border-color: #D29467; }
span { border-color: rgb(210,148,103); }
td.TdClassName
{
border-color: #D29467;
}
.TagClassName
{
border-color: #D29467;
}
</style>