Shades of Whiskey #D49367
Tints of Whiskey #D49367
RGB
CMYK
RGB Variations
Color information
#D49367 (or 0xD49367) is known color: Whiskey. HEX triplet: D4, 93 and 67. RGB value is (212,147,103). Sum of RGB (Red+Green+Blue) = 212+147+103=462 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.89% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 103 (40.62% from 255 or 22.29% from 462); Max value from RGB is 212 - color contains mainly: red. Hex color #D49367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49367 is #2B6C98. Grayscale: #A1A1A1. Windows color (decimal): -2845849 or 6788052. OLE color: 6788052.
HSL color Cylindrical-coordinate representation of color #D49367: hue angle of 24.22º 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 #D49367 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 147 | 103 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.17 |
| HSL | 24.22º | 0.56% | 0.62% | - |
| HSV(B) | 24.22º | 0.51% | 0.83% | - |
| XYZ | 40.03 | 35.84 | 17.64 | - |
| YUV | 161.42 | 95.03 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 147 | 103 | 0 | 0.31 | 0.51 | 0.17 | 24.22 | 0.56 | 0.62 |
| Hex | D4 | 93 | 67 | 0 | 1F | 33 | 11 | 18 | 38 | 3E |
| Octal | 324 | 223 | 147 | 0 | 37 | 63 | 21 | 30 | 70 | 76 |
| Binary | 11010100 | 10010011 | 1100111 | 0 | 11111 | 110011 | 10001 | 11000 | 111000 | 111110 |
Color Harmonies of #D49367
Complementary color
Monochromatic Colors of #D49367
Black with #D49367
Text Example
Text Example
White with #D49367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49367; }
p { color: rgb(212,147,103); }
H1.HeaderClassName
{
color: #D49367;
}
.AnyTagClassName
{
color: #D49367;
}
</style>
background-color css
<style>
a { background-color: #D49367; }
a { background-color: rgb(212,147,103); }
div.DivClassName
{
background-color: #D49367;
}
.BgClassName
{
background-color: #D49367;
}
</style>
border-color css
<style>
span { border-color: #D49367; }
span { border-color: rgb(212,147,103); }
td.TdClassName
{
border-color: #D49367;
}
.TagClassName
{
border-color: #D49367;
}
</style>