Shades of Whiskey #D29865
Tints of Whiskey #D29865
RGB
CMYK
RGB Variations
Color information
#D29865 (or 0xD29865) is known color: Whiskey. HEX triplet: D2, 98 and 65. RGB value is (210,152,101). Sum of RGB (Red+Green+Blue) = 210+152+101=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 101 (39.84% from 255 or 21.81% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D29865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29865 is #2D679A. Grayscale: #A3A3A3. Windows color (decimal): -2975643 or 6658258. OLE color: 6658258.
HSL color Cylindrical-coordinate representation of color #D29865: hue angle of 28.07º 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 #D29865 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 152 | 101 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.18 |
| HSL | 28.07º | 0.55% | 0.61% | - |
| HSV(B) | 28.07º | 0.52% | 0.82% | - |
| XYZ | 40.16 | 37.1 | 17.36 | - |
| YUV | 163.53 | 92.72 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 152 | 101 | 0 | 0.28 | 0.52 | 0.18 | 28.07 | 0.55 | 0.61 |
| Hex | D2 | 98 | 65 | 0 | 1C | 34 | 12 | 1C | 37 | 3D |
| Octal | 322 | 230 | 145 | 0 | 34 | 64 | 22 | 34 | 67 | 75 |
| Binary | 11010010 | 10011000 | 1100101 | 0 | 11100 | 110100 | 10010 | 11100 | 110111 | 111101 |
Color Harmonies of #D29865
Complementary color
Monochromatic Colors of #D29865
Black with #D29865
Text Example
Text Example
White with #D29865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29865; }
p { color: rgb(210,152,101); }
H1.HeaderClassName
{
color: #D29865;
}
.AnyTagClassName
{
color: #D29865;
}
</style>
background-color css
<style>
a { background-color: #D29865; }
a { background-color: rgb(210,152,101); }
div.DivClassName
{
background-color: #D29865;
}
.BgClassName
{
background-color: #D29865;
}
</style>
border-color css
<style>
span { border-color: #D29865; }
span { border-color: rgb(210,152,101); }
td.TdClassName
{
border-color: #D29865;
}
.TagClassName
{
border-color: #D29865;
}
</style>