Shades of Whiskey #D99263
Tints of Whiskey #D99263
RGB
CMYK
RGB Variations
Color information
#D99263 (or 0xD99263) is known color: Whiskey. HEX triplet: D9, 92 and 63. RGB value is (217,146,99). Sum of RGB (Red+Green+Blue) = 217+146+99=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 146 (57.42% from 255 or 31.60% from 462); Blue value is 99 (39.06% from 255 or 21.43% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D99263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99263 is #266D9C. Grayscale: #A2A2A2. Windows color (decimal): -2518429 or 6525657. OLE color: 6525657.
HSL color Cylindrical-coordinate representation of color #D99263: hue angle of 23.9º 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 #D99263 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 146 | 99 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.15 |
| HSL | 23.9º | 0.61% | 0.62% | - |
| HSV(B) | 23.9º | 0.54% | 0.85% | - |
| XYZ | 41.15 | 36.21 | 16.63 | - |
| YUV | 161.87 | 92.52 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 146 | 99 | 0 | 0.33 | 0.54 | 0.15 | 23.9 | 0.61 | 0.62 |
| Hex | D9 | 92 | 63 | 0 | 21 | 36 | F | 18 | 3D | 3E |
| Octal | 331 | 222 | 143 | 0 | 41 | 66 | 17 | 30 | 75 | 76 |
| Binary | 11011001 | 10010010 | 1100011 | 0 | 100001 | 110110 | 1111 | 11000 | 111101 | 111110 |
Color Harmonies of #D99263
Complementary color
Monochromatic Colors of #D99263
Black with #D99263
Text Example
Text Example
White with #D99263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99263; }
p { color: rgb(217,146,99); }
H1.HeaderClassName
{
color: #D99263;
}
.AnyTagClassName
{
color: #D99263;
}
</style>
background-color css
<style>
a { background-color: #D99263; }
a { background-color: rgb(217,146,99); }
div.DivClassName
{
background-color: #D99263;
}
.BgClassName
{
background-color: #D99263;
}
</style>
border-color css
<style>
span { border-color: #D99263; }
span { border-color: rgb(217,146,99); }
td.TdClassName
{
border-color: #D99263;
}
.TagClassName
{
border-color: #D99263;
}
</style>