Shades of Whiskey #D49765
Tints of Whiskey #D49765
RGB
CMYK
RGB Variations
Color information
#D49765 (or 0xD49765) is known color: Whiskey. HEX triplet: D4, 97 and 65. RGB value is (212,151,101). Sum of RGB (Red+Green+Blue) = 212+151+101=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 101 (39.84% from 255 or 21.77% from 464); Max value from RGB is 212 - color contains mainly: red. Hex color #D49765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49765 is #2B689A. Grayscale: #A3A3A3. Windows color (decimal): -2844827 or 6658004. OLE color: 6658004.
HSL color Cylindrical-coordinate representation of color #D49765: hue angle of 27.03º 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 #D49765 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 151 | 101 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.17 |
| HSL | 27.03º | 0.56% | 0.61% | - |
| HSV(B) | 27.03º | 0.52% | 0.83% | - |
| XYZ | 40.57 | 37.07 | 17.33 | - |
| YUV | 163.54 | 92.71 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 151 | 101 | 0 | 0.29 | 0.52 | 0.17 | 27.03 | 0.56 | 0.61 |
| Hex | D4 | 97 | 65 | 0 | 1D | 34 | 11 | 1B | 38 | 3D |
| Octal | 324 | 227 | 145 | 0 | 35 | 64 | 21 | 33 | 70 | 75 |
| Binary | 11010100 | 10010111 | 1100101 | 0 | 11101 | 110100 | 10001 | 11011 | 111000 | 111101 |
Color Harmonies of #D49765
Complementary color
Monochromatic Colors of #D49765
Black with #D49765
Text Example
Text Example
White with #D49765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49765; }
p { color: rgb(212,151,101); }
H1.HeaderClassName
{
color: #D49765;
}
.AnyTagClassName
{
color: #D49765;
}
</style>
background-color css
<style>
a { background-color: #D49765; }
a { background-color: rgb(212,151,101); }
div.DivClassName
{
background-color: #D49765;
}
.BgClassName
{
background-color: #D49765;
}
</style>
border-color css
<style>
span { border-color: #D49765; }
span { border-color: rgb(212,151,101); }
td.TdClassName
{
border-color: #D49765;
}
.TagClassName
{
border-color: #D49765;
}
</style>