Shades of Whiskey #D39369
Tints of Whiskey #D39369
RGB
CMYK
RGB Variations
Color information
#D39369 (or 0xD39369) is known color: Whiskey. HEX triplet: D3, 93 and 69. RGB value is (211,147,105). Sum of RGB (Red+Green+Blue) = 211+147+105=463 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.57% from 463); Green value is 147 (57.81% from 255 or 31.75% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 211 - color contains mainly: red. Hex color #D39369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39369 is #2C6C96. Grayscale: #A1A1A1. Windows color (decimal): -2911383 or 6919123. OLE color: 6919123.
HSL color Cylindrical-coordinate representation of color #D39369: hue angle of 23.77º 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 #D39369 is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 147 | 105 | - |
| CMYK | 0 | 0.30 | 0.50 | 0.17 |
| HSL | 23.77º | 0.55% | 0.62% | - |
| HSV(B) | 23.77º | 0.5% | 0.83% | - |
| XYZ | 39.85 | 35.74 | 18.16 | - |
| YUV | 161.35 | 96.2 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 147 | 105 | 0 | 0.30 | 0.50 | 0.17 | 23.77 | 0.55 | 0.62 |
| Hex | D3 | 93 | 69 | 0 | 1E | 32 | 11 | 18 | 37 | 3E |
| Octal | 323 | 223 | 151 | 0 | 36 | 62 | 21 | 30 | 67 | 76 |
| Binary | 11010011 | 10010011 | 1101001 | 0 | 11110 | 110010 | 10001 | 11000 | 110111 | 111110 |
Color Harmonies of #D39369
Complementary color
Monochromatic Colors of #D39369
Black with #D39369
Text Example
Text Example
White with #D39369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39369; }
p { color: rgb(211,147,105); }
H1.HeaderClassName
{
color: #D39369;
}
.AnyTagClassName
{
color: #D39369;
}
</style>
background-color css
<style>
a { background-color: #D39369; }
a { background-color: rgb(211,147,105); }
div.DivClassName
{
background-color: #D39369;
}
.BgClassName
{
background-color: #D39369;
}
</style>
border-color css
<style>
span { border-color: #D39369; }
span { border-color: rgb(211,147,105); }
td.TdClassName
{
border-color: #D39369;
}
.TagClassName
{
border-color: #D39369;
}
</style>