Shades of Whiskey #D09262
Tints of Whiskey #D09262
RGB
CMYK
RGB Variations
Color information
#D09262 (or 0xD09262) is known color: Whiskey. HEX triplet: D0, 92 and 62. RGB value is (208,146,98). Sum of RGB (Red+Green+Blue) = 208+146+98=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 146 (57.42% from 255 or 32.30% from 452); Blue value is 98 (38.67% from 255 or 21.68% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D09262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09262 is #2F6D9D. Grayscale: #9F9F9F. Windows color (decimal): -3108254 or 6460112. OLE color: 6460112.
HSL color Cylindrical-coordinate representation of color #D09262: hue angle of 26.18º 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 #D09262 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 146 | 98 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.18 |
| HSL | 26.18º | 0.54% | 0.6% | - |
| HSV(B) | 26.18º | 0.53% | 0.82% | - |
| XYZ | 38.5 | 34.85 | 16.25 | - |
| YUV | 159.07 | 93.54 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 146 | 98 | 0 | 0.30 | 0.53 | 0.18 | 26.18 | 0.54 | 0.6 |
| Hex | D0 | 92 | 62 | 0 | 1E | 35 | 12 | 1A | 36 | 3C |
| Octal | 320 | 222 | 142 | 0 | 36 | 65 | 22 | 32 | 66 | 74 |
| Binary | 11010000 | 10010010 | 1100010 | 0 | 11110 | 110101 | 10010 | 11010 | 110110 | 111100 |
Color Harmonies of #D09262
Complementary color
Monochromatic Colors of #D09262
Black with #D09262
Text Example
Text Example
White with #D09262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09262; }
p { color: rgb(208,146,98); }
H1.HeaderClassName
{
color: #D09262;
}
.AnyTagClassName
{
color: #D09262;
}
</style>
background-color css
<style>
a { background-color: #D09262; }
a { background-color: rgb(208,146,98); }
div.DivClassName
{
background-color: #D09262;
}
.BgClassName
{
background-color: #D09262;
}
</style>
border-color css
<style>
span { border-color: #D09262; }
span { border-color: rgb(208,146,98); }
td.TdClassName
{
border-color: #D09262;
}
.TagClassName
{
border-color: #D09262;
}
</style>