Shades of Whiskey #D49369
Tints of Whiskey #D49369
RGB
CMYK
RGB Variations
Color information
#D49369 (or 0xD49369) is known color: Whiskey. HEX triplet: D4, 93 and 69. RGB value is (212,147,105). Sum of RGB (Red+Green+Blue) = 212+147+105=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 105 (41.41% from 255 or 22.63% from 464); Max value from RGB is 212 - color contains mainly: red. Hex color #D49369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49369 is #2B6C96. Grayscale: #A1A1A1. Windows color (decimal): -2845847 or 6919124. OLE color: 6919124.
HSL color Cylindrical-coordinate representation of color #D49369: hue angle of 23.55º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D49369 is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 147 | 105 | - |
| CMYK | 0 | 0.31 | 0.50 | 0.17 |
| HSL | 23.55º | 0.55% | 0.62% | - |
| HSV(B) | 23.55º | 0.5% | 0.83% | - |
| XYZ | 40.13 | 35.88 | 18.18 | - |
| YUV | 161.65 | 96.03 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 147 | 105 | 0 | 0.31 | 0.50 | 0.17 | 23.55 | 0.55 | 0.62 |
| Hex | D4 | 93 | 69 | 0 | 1F | 32 | 11 | 18 | 37 | 3E |
| Octal | 324 | 223 | 151 | 0 | 37 | 62 | 21 | 30 | 67 | 76 |
| Binary | 11010100 | 10010011 | 1101001 | 0 | 11111 | 110010 | 10001 | 11000 | 110111 | 111110 |
Color Harmonies of #D49369
Complementary color
Monochromatic Colors of #D49369
Black with #D49369
Text Example
Text Example
White with #D49369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49369; }
p { color: rgb(212,147,105); }
H1.HeaderClassName
{
color: #D49369;
}
.AnyTagClassName
{
color: #D49369;
}
</style>
background-color css
<style>
a { background-color: #D49369; }
a { background-color: rgb(212,147,105); }
div.DivClassName
{
background-color: #D49369;
}
.BgClassName
{
background-color: #D49369;
}
</style>
border-color css
<style>
span { border-color: #D49369; }
span { border-color: rgb(212,147,105); }
td.TdClassName
{
border-color: #D49369;
}
.TagClassName
{
border-color: #D49369;
}
</style>