Shades of Whiskey #D49965
Tints of Whiskey #D49965
RGB
CMYK
RGB Variations
Color information
#D49965 (or 0xD49965) is known color: Whiskey. HEX triplet: D4, 99 and 65. RGB value is (212,153,101). Sum of RGB (Red+Green+Blue) = 212+153+101=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 153 (60.16% from 255 or 32.83% from 466); Blue value is 101 (39.84% from 255 or 21.67% from 466); Max value from RGB is 212 - color contains mainly: red. Hex color #D49965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49965 is #2B669A. Grayscale: #A4A4A4. Windows color (decimal): -2844315 or 6658516. OLE color: 6658516.
HSL color Cylindrical-coordinate representation of color #D49965: hue angle of 28.11º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D49965 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 153 | 101 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.17 |
| HSL | 28.11º | 0.56% | 0.61% | - |
| HSV(B) | 28.11º | 0.52% | 0.83% | - |
| XYZ | 40.89 | 37.72 | 17.44 | - |
| YUV | 164.71 | 92.05 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 153 | 101 | 0 | 0.28 | 0.52 | 0.17 | 28.11 | 0.56 | 0.61 |
| Hex | D4 | 99 | 65 | 0 | 1C | 34 | 11 | 1C | 38 | 3D |
| Octal | 324 | 231 | 145 | 0 | 34 | 64 | 21 | 34 | 70 | 75 |
| Binary | 11010100 | 10011001 | 1100101 | 0 | 11100 | 110100 | 10001 | 11100 | 111000 | 111101 |
Color Harmonies of #D49965
Complementary color
Monochromatic Colors of #D49965
Black with #D49965
Text Example
Text Example
White with #D49965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49965; }
p { color: rgb(212,153,101); }
H1.HeaderClassName
{
color: #D49965;
}
.AnyTagClassName
{
color: #D49965;
}
</style>
background-color css
<style>
a { background-color: #D49965; }
a { background-color: rgb(212,153,101); }
div.DivClassName
{
background-color: #D49965;
}
.BgClassName
{
background-color: #D49965;
}
</style>
border-color css
<style>
span { border-color: #D49965; }
span { border-color: rgb(212,153,101); }
td.TdClassName
{
border-color: #D49965;
}
.TagClassName
{
border-color: #D49965;
}
</style>