Shades of Whiskey #D59262
Tints of Whiskey #D59262
RGB
CMYK
RGB Variations
Color information
#D59262 (or 0xD59262) is known color: Whiskey. HEX triplet: D5, 92 and 62. RGB value is (213,146,98). Sum of RGB (Red+Green+Blue) = 213+146+98=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 146 (57.42% from 255 or 31.95% from 457); Blue value is 98 (38.67% from 255 or 21.44% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D59262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59262 is #2A6D9D. Grayscale: #A0A0A0. Windows color (decimal): -2780574 or 6460117. OLE color: 6460117.
HSL color Cylindrical-coordinate representation of color #D59262: hue angle of 25.04º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D59262 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 146 | 98 | - |
| CMYK | 0 | 0.31 | 0.54 | 0.16 |
| HSL | 25.04º | 0.58% | 0.61% | - |
| HSV(B) | 25.04º | 0.54% | 0.84% | - |
| XYZ | 39.92 | 35.59 | 16.32 | - |
| YUV | 160.56 | 92.7 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 146 | 98 | 0 | 0.31 | 0.54 | 0.16 | 25.04 | 0.58 | 0.61 |
| Hex | D5 | 92 | 62 | 0 | 1F | 36 | 10 | 19 | 3A | 3D |
| Octal | 325 | 222 | 142 | 0 | 37 | 66 | 20 | 31 | 72 | 75 |
| Binary | 11010101 | 10010010 | 1100010 | 0 | 11111 | 110110 | 10000 | 11001 | 111010 | 111101 |
Color Harmonies of #D59262
Complementary color
Monochromatic Colors of #D59262
Black with #D59262
Text Example
Text Example
White with #D59262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59262; }
p { color: rgb(213,146,98); }
H1.HeaderClassName
{
color: #D59262;
}
.AnyTagClassName
{
color: #D59262;
}
</style>
background-color css
<style>
a { background-color: #D59262; }
a { background-color: rgb(213,146,98); }
div.DivClassName
{
background-color: #D59262;
}
.BgClassName
{
background-color: #D59262;
}
</style>
border-color css
<style>
span { border-color: #D59262; }
span { border-color: rgb(213,146,98); }
td.TdClassName
{
border-color: #D59262;
}
.TagClassName
{
border-color: #D59262;
}
</style>