Shades of Whiskey #D39464
Tints of Whiskey #D39464
RGB
CMYK
RGB Variations
Color information
#D39464 (or 0xD39464) is known color: Whiskey. HEX triplet: D3, 94 and 64. RGB value is (211,148,100). Sum of RGB (Red+Green+Blue) = 211+148+100=459 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.97% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 100 (39.45% from 255 or 21.79% from 459); Max value from RGB is 211 - color contains mainly: red. Hex color #D39464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39464 is #2C6B9B. Grayscale: #A1A1A1. Windows color (decimal): -2911132 or 6591699. OLE color: 6591699.
HSL color Cylindrical-coordinate representation of color #D39464: hue angle of 25.95º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D39464 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 148 | 100 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.17 |
| HSL | 25.95º | 0.56% | 0.61% | - |
| HSV(B) | 25.95º | 0.53% | 0.83% | - |
| XYZ | 39.75 | 35.95 | 16.9 | - |
| YUV | 161.37 | 93.37 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 148 | 100 | 0 | 0.30 | 0.53 | 0.17 | 25.95 | 0.56 | 0.61 |
| Hex | D3 | 94 | 64 | 0 | 1E | 35 | 11 | 1A | 38 | 3D |
| Octal | 323 | 224 | 144 | 0 | 36 | 65 | 21 | 32 | 70 | 75 |
| Binary | 11010011 | 10010100 | 1100100 | 0 | 11110 | 110101 | 10001 | 11010 | 111000 | 111101 |
Color Harmonies of #D39464
Complementary color
Monochromatic Colors of #D39464
Black with #D39464
Text Example
Text Example
White with #D39464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39464; }
p { color: rgb(211,148,100); }
H1.HeaderClassName
{
color: #D39464;
}
.AnyTagClassName
{
color: #D39464;
}
</style>
background-color css
<style>
a { background-color: #D39464; }
a { background-color: rgb(211,148,100); }
div.DivClassName
{
background-color: #D39464;
}
.BgClassName
{
background-color: #D39464;
}
</style>
border-color css
<style>
span { border-color: #D39464; }
span { border-color: rgb(211,148,100); }
td.TdClassName
{
border-color: #D39464;
}
.TagClassName
{
border-color: #D39464;
}
</style>