Shades of Whiskey #D99563
Tints of Whiskey #D99563
RGB
CMYK
RGB Variations
Color information
#D99563 (or 0xD99563) is known color: Whiskey. HEX triplet: D9, 95 and 63. RGB value is (217,149,99). Sum of RGB (Red+Green+Blue) = 217+149+99=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 99 (39.06% from 255 or 21.29% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D99563 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99563 is #266A9C. Grayscale: #A3A3A3. Windows color (decimal): -2517661 or 6526425. OLE color: 6526425.
HSL color Cylindrical-coordinate representation of color #D99563: hue angle of 25.42º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D99563 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 149 | 99 | - |
| CMYK | 0 | 0.31 | 0.54 | 0.15 |
| HSL | 25.42º | 0.61% | 0.62% | - |
| HSV(B) | 25.42º | 0.54% | 0.85% | - |
| XYZ | 41.61 | 37.15 | 16.78 | - |
| YUV | 163.63 | 91.53 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 149 | 99 | 0 | 0.31 | 0.54 | 0.15 | 25.42 | 0.61 | 0.62 |
| Hex | D9 | 95 | 63 | 0 | 1F | 36 | F | 19 | 3D | 3E |
| Octal | 331 | 225 | 143 | 0 | 37 | 66 | 17 | 31 | 75 | 76 |
| Binary | 11011001 | 10010101 | 1100011 | 0 | 11111 | 110110 | 1111 | 11001 | 111101 | 111110 |
Color Harmonies of #D99563
Complementary color
Monochromatic Colors of #D99563
Black with #D99563
Text Example
Text Example
White with #D99563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99563; }
p { color: rgb(217,149,99); }
H1.HeaderClassName
{
color: #D99563;
}
.AnyTagClassName
{
color: #D99563;
}
</style>
background-color css
<style>
a { background-color: #D99563; }
a { background-color: rgb(217,149,99); }
div.DivClassName
{
background-color: #D99563;
}
.BgClassName
{
background-color: #D99563;
}
</style>
border-color css
<style>
span { border-color: #D99563; }
span { border-color: rgb(217,149,99); }
td.TdClassName
{
border-color: #D99563;
}
.TagClassName
{
border-color: #D99563;
}
</style>