Shades of Whiskey #D39165
Tints of Whiskey #D39165
RGB
CMYK
RGB Variations
Color information
#D39165 (or 0xD39165) is known color: Whiskey. HEX triplet: D3, 91 and 65. RGB value is (211,145,101). Sum of RGB (Red+Green+Blue) = 211+145+101=457 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.17% from 457); Green value is 145 (57.03% from 255 or 31.73% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 211 - color contains mainly: red. Hex color #D39165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39165 is #2C6E9A. Grayscale: #9F9F9F. Windows color (decimal): -2911899 or 6656467. OLE color: 6656467.
HSL color Cylindrical-coordinate representation of color #D39165: hue angle of 24º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D39165 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 145 | 101 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.17 |
| HSL | 24º | 0.56% | 0.61% | - |
| HSV(B) | 24º | 0.52% | 0.83% | - |
| XYZ | 39.34 | 35.04 | 17 | - |
| YUV | 159.72 | 94.87 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 145 | 101 | 0 | 0.31 | 0.52 | 0.17 | 24 | 0.56 | 0.61 |
| Hex | D3 | 91 | 65 | 0 | 1F | 34 | 11 | 18 | 38 | 3D |
| Octal | 323 | 221 | 145 | 0 | 37 | 64 | 21 | 30 | 70 | 75 |
| Binary | 11010011 | 10010001 | 1100101 | 0 | 11111 | 110100 | 10001 | 11000 | 111000 | 111101 |
Color Harmonies of #D39165
Complementary color
Monochromatic Colors of #D39165
Black with #D39165
Text Example
Text Example
White with #D39165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39165; }
p { color: rgb(211,145,101); }
H1.HeaderClassName
{
color: #D39165;
}
.AnyTagClassName
{
color: #D39165;
}
</style>
background-color css
<style>
a { background-color: #D39165; }
a { background-color: rgb(211,145,101); }
div.DivClassName
{
background-color: #D39165;
}
.BgClassName
{
background-color: #D39165;
}
</style>
border-color css
<style>
span { border-color: #D39165; }
span { border-color: rgb(211,145,101); }
td.TdClassName
{
border-color: #D39165;
}
.TagClassName
{
border-color: #D39165;
}
</style>