Shades of Whiskey #D49967
Tints of Whiskey #D49967
RGB
CMYK
RGB Variations
Color information
#D49967 (or 0xD49967) is known color: Whiskey. HEX triplet: D4, 99 and 67. RGB value is (212,153,103). Sum of RGB (Red+Green+Blue) = 212+153+103=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 103 (40.62% from 255 or 22.01% from 468); Max value from RGB is 212 - color contains mainly: red. Hex color #D49967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49967 is #2B6698. Grayscale: #A5A5A5. Windows color (decimal): -2844313 or 6789588. OLE color: 6789588.
HSL color Cylindrical-coordinate representation of color #D49967: hue angle of 27.52º 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 #D49967 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 153 | 103 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.17 |
| HSL | 27.52º | 0.56% | 0.62% | - |
| HSV(B) | 27.52º | 0.51% | 0.83% | - |
| XYZ | 40.99 | 37.76 | 17.96 | - |
| YUV | 164.94 | 93.05 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 153 | 103 | 0 | 0.28 | 0.51 | 0.17 | 27.52 | 0.56 | 0.62 |
| Hex | D4 | 99 | 67 | 0 | 1C | 33 | 11 | 1C | 38 | 3E |
| Octal | 324 | 231 | 147 | 0 | 34 | 63 | 21 | 34 | 70 | 76 |
| Binary | 11010100 | 10011001 | 1100111 | 0 | 11100 | 110011 | 10001 | 11100 | 111000 | 111110 |
Color Harmonies of #D49967
Complementary color
Monochromatic Colors of #D49967
Black with #D49967
Text Example
Text Example
White with #D49967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49967; }
p { color: rgb(212,153,103); }
H1.HeaderClassName
{
color: #D49967;
}
.AnyTagClassName
{
color: #D49967;
}
</style>
background-color css
<style>
a { background-color: #D49967; }
a { background-color: rgb(212,153,103); }
div.DivClassName
{
background-color: #D49967;
}
.BgClassName
{
background-color: #D49967;
}
</style>
border-color css
<style>
span { border-color: #D49967; }
span { border-color: rgb(212,153,103); }
td.TdClassName
{
border-color: #D49967;
}
.TagClassName
{
border-color: #D49967;
}
</style>