Shades of Whiskey #D99365
Tints of Whiskey #D99365
RGB
CMYK
RGB Variations
Color information
#D99365 (or 0xD99365) is known color: Whiskey. HEX triplet: D9, 93 and 65. RGB value is (217,147,101). Sum of RGB (Red+Green+Blue) = 217+147+101=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 147 (57.81% from 255 or 31.61% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D99365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99365 is #266C9A. Grayscale: #A2A2A2. Windows color (decimal): -2518171 or 6656985. OLE color: 6656985.
HSL color Cylindrical-coordinate representation of color #D99365: hue angle of 23.79º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D99365 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 147 | 101 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.15 |
| HSL | 23.79º | 0.6% | 0.62% | - |
| HSV(B) | 23.79º | 0.53% | 0.85% | - |
| XYZ | 41.4 | 36.56 | 17.19 | - |
| YUV | 162.69 | 93.19 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 147 | 101 | 0 | 0.32 | 0.53 | 0.15 | 23.79 | 0.6 | 0.62 |
| Hex | D9 | 93 | 65 | 0 | 20 | 35 | F | 18 | 3C | 3E |
| Octal | 331 | 223 | 145 | 0 | 40 | 65 | 17 | 30 | 74 | 76 |
| Binary | 11011001 | 10010011 | 1100101 | 0 | 100000 | 110101 | 1111 | 11000 | 111100 | 111110 |
Color Harmonies of #D99365
Complementary color
Monochromatic Colors of #D99365
Black with #D99365
Text Example
Text Example
White with #D99365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99365; }
p { color: rgb(217,147,101); }
H1.HeaderClassName
{
color: #D99365;
}
.AnyTagClassName
{
color: #D99365;
}
</style>
background-color css
<style>
a { background-color: #D99365; }
a { background-color: rgb(217,147,101); }
div.DivClassName
{
background-color: #D99365;
}
.BgClassName
{
background-color: #D99365;
}
</style>
border-color css
<style>
span { border-color: #D99365; }
span { border-color: rgb(217,147,101); }
td.TdClassName
{
border-color: #D99365;
}
.TagClassName
{
border-color: #D99365;
}
</style>