Shades of Whiskey #D09261
Tints of Whiskey #D09261
RGB
CMYK
RGB Variations
Color information
#D09261 (or 0xD09261) is known color: Whiskey. HEX triplet: D0, 92 and 61. RGB value is (208,146,97). Sum of RGB (Red+Green+Blue) = 208+146+97=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 146 (57.42% from 255 or 32.37% from 451); Blue value is 97 (38.28% from 255 or 21.51% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D09261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09261 is #2F6D9E. Grayscale: #9F9F9F. Windows color (decimal): -3108255 or 6394576. OLE color: 6394576.
HSL color Cylindrical-coordinate representation of color #D09261: hue angle of 26.49º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D09261 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 146 | 97 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.18 |
| HSL | 26.49º | 0.54% | 0.6% | - |
| HSV(B) | 26.49º | 0.53% | 0.82% | - |
| XYZ | 38.45 | 34.83 | 16.01 | - |
| YUV | 158.95 | 93.04 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 146 | 97 | 0 | 0.30 | 0.53 | 0.18 | 26.49 | 0.54 | 0.6 |
| Hex | D0 | 92 | 61 | 0 | 1E | 35 | 12 | 1A | 36 | 3C |
| Octal | 320 | 222 | 141 | 0 | 36 | 65 | 22 | 32 | 66 | 74 |
| Binary | 11010000 | 10010010 | 1100001 | 0 | 11110 | 110101 | 10010 | 11010 | 110110 | 111100 |
Color Harmonies of #D09261
Complementary color
Monochromatic Colors of #D09261
Black with #D09261
Text Example
Text Example
White with #D09261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09261; }
p { color: rgb(208,146,97); }
H1.HeaderClassName
{
color: #D09261;
}
.AnyTagClassName
{
color: #D09261;
}
</style>
background-color css
<style>
a { background-color: #D09261; }
a { background-color: rgb(208,146,97); }
div.DivClassName
{
background-color: #D09261;
}
.BgClassName
{
background-color: #D09261;
}
</style>
border-color css
<style>
span { border-color: #D09261; }
span { border-color: rgb(208,146,97); }
td.TdClassName
{
border-color: #D09261;
}
.TagClassName
{
border-color: #D09261;
}
</style>