Shades of Whiskey #D49265
Tints of Whiskey #D49265
RGB
CMYK
RGB Variations
Color information
#D49265 (or 0xD49265) is known color: Whiskey. HEX triplet: D4, 92 and 65. RGB value is (212,146,101). Sum of RGB (Red+Green+Blue) = 212+146+101=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 146 (57.42% from 255 or 31.81% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 212 - color contains mainly: red. Hex color #D49265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49265 is #2B6D9A. Grayscale: #A0A0A0. Windows color (decimal): -2846107 or 6656724. OLE color: 6656724.
HSL color Cylindrical-coordinate representation of color #D49265: hue angle of 24.32º 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 #D49265 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 146 | 101 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.17 |
| HSL | 24.32º | 0.56% | 0.61% | - |
| HSV(B) | 24.32º | 0.52% | 0.83% | - |
| XYZ | 39.78 | 35.49 | 17.07 | - |
| YUV | 160.6 | 94.37 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 146 | 101 | 0 | 0.31 | 0.52 | 0.17 | 24.32 | 0.56 | 0.61 |
| Hex | D4 | 92 | 65 | 0 | 1F | 34 | 11 | 18 | 38 | 3D |
| Octal | 324 | 222 | 145 | 0 | 37 | 64 | 21 | 30 | 70 | 75 |
| Binary | 11010100 | 10010010 | 1100101 | 0 | 11111 | 110100 | 10001 | 11000 | 111000 | 111101 |
Color Harmonies of #D49265
Complementary color
Monochromatic Colors of #D49265
Black with #D49265
Text Example
Text Example
White with #D49265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49265; }
p { color: rgb(212,146,101); }
H1.HeaderClassName
{
color: #D49265;
}
.AnyTagClassName
{
color: #D49265;
}
</style>
background-color css
<style>
a { background-color: #D49265; }
a { background-color: rgb(212,146,101); }
div.DivClassName
{
background-color: #D49265;
}
.BgClassName
{
background-color: #D49265;
}
</style>
border-color css
<style>
span { border-color: #D49265; }
span { border-color: rgb(212,146,101); }
td.TdClassName
{
border-color: #D49265;
}
.TagClassName
{
border-color: #D49265;
}
</style>