Shades of Whiskey #D49A68
Tints of Whiskey #D49A68
RGB
CMYK
RGB Variations
Color information
#D49A68 (or 0xD49A68) is known color: Whiskey. HEX triplet: D4, 9A and 68. RGB value is (212,154,104). Sum of RGB (Red+Green+Blue) = 212+154+104=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 154 (60.55% from 255 or 32.77% from 470); Blue value is 104 (41.02% from 255 or 22.13% from 470); Max value from RGB is 212 - color contains mainly: red. Hex color #D49A68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49A68 is #2B6597. Grayscale: #A5A5A5. Windows color (decimal): -2844056 or 6855380. OLE color: 6855380.
HSL color Cylindrical-coordinate representation of color #D49A68: hue angle of 27.78º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D49A68 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 154 | 104 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.17 |
| HSL | 27.78º | 0.56% | 0.62% | - |
| HSV(B) | 27.78º | 0.51% | 0.83% | - |
| XYZ | 41.21 | 38.11 | 18.28 | - |
| YUV | 165.64 | 93.22 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 154 | 104 | 0 | 0.27 | 0.51 | 0.17 | 27.78 | 0.56 | 0.62 |
| Hex | D4 | 9A | 68 | 0 | 1B | 33 | 11 | 1C | 38 | 3E |
| Octal | 324 | 232 | 150 | 0 | 33 | 63 | 21 | 34 | 70 | 76 |
| Binary | 11010100 | 10011010 | 1101000 | 0 | 11011 | 110011 | 10001 | 11100 | 111000 | 111110 |
Color Harmonies of #D49A68
Complementary color
Monochromatic Colors of #D49A68
Black with #D49A68
Text Example
Text Example
White with #D49A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49A68; }
p { color: rgb(212,154,104); }
H1.HeaderClassName
{
color: #D49A68;
}
.AnyTagClassName
{
color: #D49A68;
}
</style>
background-color css
<style>
a { background-color: #D49A68; }
a { background-color: rgb(212,154,104); }
div.DivClassName
{
background-color: #D49A68;
}
.BgClassName
{
background-color: #D49A68;
}
</style>
border-color css
<style>
span { border-color: #D49A68; }
span { border-color: rgb(212,154,104); }
td.TdClassName
{
border-color: #D49A68;
}
.TagClassName
{
border-color: #D49A68;
}
</style>