Shades of Whiskey #D29667
Tints of Whiskey #D29667
RGB
CMYK
RGB Variations
Color information
#D29667 (or 0xD29667) is known color: Whiskey. HEX triplet: D2, 96 and 67. RGB value is (210,150,103). Sum of RGB (Red+Green+Blue) = 210+150+103=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 150 (58.98% from 255 or 32.40% from 463); Blue value is 103 (40.62% from 255 or 22.25% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D29667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29667 is #2D6998. Grayscale: #A2A2A2. Windows color (decimal): -2976153 or 6788818. OLE color: 6788818.
HSL color Cylindrical-coordinate representation of color #D29667: hue angle of 26.36º 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 #D29667 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 150 | 103 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.18 |
| HSL | 26.36º | 0.54% | 0.61% | - |
| HSV(B) | 26.36º | 0.51% | 0.82% | - |
| XYZ | 39.93 | 36.49 | 17.77 | - |
| YUV | 162.58 | 94.38 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 150 | 103 | 0 | 0.29 | 0.51 | 0.18 | 26.36 | 0.54 | 0.61 |
| Hex | D2 | 96 | 67 | 0 | 1D | 33 | 12 | 1A | 36 | 3D |
| Octal | 322 | 226 | 147 | 0 | 35 | 63 | 22 | 32 | 66 | 75 |
| Binary | 11010010 | 10010110 | 1100111 | 0 | 11101 | 110011 | 10010 | 11010 | 110110 | 111101 |
Color Harmonies of #D29667
Complementary color
Monochromatic Colors of #D29667
Black with #D29667
Text Example
Text Example
White with #D29667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29667; }
p { color: rgb(210,150,103); }
H1.HeaderClassName
{
color: #D29667;
}
.AnyTagClassName
{
color: #D29667;
}
</style>
background-color css
<style>
a { background-color: #D29667; }
a { background-color: rgb(210,150,103); }
div.DivClassName
{
background-color: #D29667;
}
.BgClassName
{
background-color: #D29667;
}
</style>
border-color css
<style>
span { border-color: #D29667; }
span { border-color: rgb(210,150,103); }
td.TdClassName
{
border-color: #D29667;
}
.TagClassName
{
border-color: #D29667;
}
</style>