Shades of Whiskey #D19261
Tints of Whiskey #D19261
RGB
CMYK
RGB Variations
Color information
#D19261 (or 0xD19261) is known color: Whiskey. HEX triplet: D1, 92 and 61. RGB value is (209,146,97). Sum of RGB (Red+Green+Blue) = 209+146+97=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 146 (57.42% from 255 or 32.30% from 452); Blue value is 97 (38.28% from 255 or 21.46% from 452); Max value from RGB is 209 - color contains mainly: red. Hex color #D19261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19261 is #2E6D9E. Grayscale: #9F9F9F. Windows color (decimal): -3042719 or 6394577. OLE color: 6394577.
HSL color Cylindrical-coordinate representation of color #D19261: hue angle of 26.25º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D19261 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 146 | 97 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.18 |
| HSL | 26.25º | 0.55% | 0.6% | - |
| HSV(B) | 26.25º | 0.54% | 0.82% | - |
| XYZ | 38.73 | 34.98 | 16.02 | - |
| YUV | 159.25 | 92.87 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 146 | 97 | 0 | 0.30 | 0.54 | 0.18 | 26.25 | 0.55 | 0.6 |
| Hex | D1 | 92 | 61 | 0 | 1E | 36 | 12 | 1A | 37 | 3C |
| Octal | 321 | 222 | 141 | 0 | 36 | 66 | 22 | 32 | 67 | 74 |
| Binary | 11010001 | 10010010 | 1100001 | 0 | 11110 | 110110 | 10010 | 11010 | 110111 | 111100 |
Color Harmonies of #D19261
Complementary color
Monochromatic Colors of #D19261
Black with #D19261
Text Example
Text Example
White with #D19261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19261; }
p { color: rgb(209,146,97); }
H1.HeaderClassName
{
color: #D19261;
}
.AnyTagClassName
{
color: #D19261;
}
</style>
background-color css
<style>
a { background-color: #D19261; }
a { background-color: rgb(209,146,97); }
div.DivClassName
{
background-color: #D19261;
}
.BgClassName
{
background-color: #D19261;
}
</style>
border-color css
<style>
span { border-color: #D19261; }
span { border-color: rgb(209,146,97); }
td.TdClassName
{
border-color: #D19261;
}
.TagClassName
{
border-color: #D19261;
}
</style>