Shades of Whiskey #D49767
Tints of Whiskey #D49767
RGB
CMYK
RGB Variations
Color information
#D49767 (or 0xD49767) is known color: Whiskey. HEX triplet: D4, 97 and 67. RGB value is (212,151,103). Sum of RGB (Red+Green+Blue) = 212+151+103=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 151 (59.38% from 255 or 32.40% from 466); Blue value is 103 (40.62% from 255 or 22.10% from 466); Max value from RGB is 212 - color contains mainly: red. Hex color #D49767 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49767 is #2B6898. Grayscale: #A4A4A4. Windows color (decimal): -2844825 or 6789076. OLE color: 6789076.
HSL color Cylindrical-coordinate representation of color #D49767: hue angle of 26.42º 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 #D49767 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 151 | 103 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.17 |
| HSL | 26.42º | 0.56% | 0.62% | - |
| HSV(B) | 26.42º | 0.51% | 0.83% | - |
| XYZ | 40.67 | 37.11 | 17.85 | - |
| YUV | 163.77 | 93.71 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 151 | 103 | 0 | 0.29 | 0.51 | 0.17 | 26.42 | 0.56 | 0.62 |
| Hex | D4 | 97 | 67 | 0 | 1D | 33 | 11 | 1A | 38 | 3E |
| Octal | 324 | 227 | 147 | 0 | 35 | 63 | 21 | 32 | 70 | 76 |
| Binary | 11010100 | 10010111 | 1100111 | 0 | 11101 | 110011 | 10001 | 11010 | 111000 | 111110 |
Color Harmonies of #D49767
Complementary color
Monochromatic Colors of #D49767
Black with #D49767
Text Example
Text Example
White with #D49767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49767; }
p { color: rgb(212,151,103); }
H1.HeaderClassName
{
color: #D49767;
}
.AnyTagClassName
{
color: #D49767;
}
</style>
background-color css
<style>
a { background-color: #D49767; }
a { background-color: rgb(212,151,103); }
div.DivClassName
{
background-color: #D49767;
}
.BgClassName
{
background-color: #D49767;
}
</style>
border-color css
<style>
span { border-color: #D49767; }
span { border-color: rgb(212,151,103); }
td.TdClassName
{
border-color: #D49767;
}
.TagClassName
{
border-color: #D49767;
}
</style>