Shades of Whiskey #D59263
Tints of Whiskey #D59263
RGB
CMYK
RGB Variations
Color information
#D59263 (or 0xD59263) is known color: Whiskey. HEX triplet: D5, 92 and 63. RGB value is (213,146,99). Sum of RGB (Red+Green+Blue) = 213+146+99=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 146 (57.42% from 255 or 31.88% from 458); Blue value is 99 (39.06% from 255 or 21.62% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D59263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59263 is #2A6D9C. Grayscale: #A0A0A0. Windows color (decimal): -2780573 or 6525653. OLE color: 6525653.
HSL color Cylindrical-coordinate representation of color #D59263: hue angle of 24.74º 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 #D59263 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 146 | 99 | - |
| CMYK | 0 | 0.31 | 0.54 | 0.16 |
| HSL | 24.74º | 0.58% | 0.61% | - |
| HSV(B) | 24.74º | 0.54% | 0.84% | - |
| XYZ | 39.97 | 35.6 | 16.57 | - |
| YUV | 160.68 | 93.2 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 146 | 99 | 0 | 0.31 | 0.54 | 0.16 | 24.74 | 0.58 | 0.61 |
| Hex | D5 | 92 | 63 | 0 | 1F | 36 | 10 | 19 | 3A | 3D |
| Octal | 325 | 222 | 143 | 0 | 37 | 66 | 20 | 31 | 72 | 75 |
| Binary | 11010101 | 10010010 | 1100011 | 0 | 11111 | 110110 | 10000 | 11001 | 111010 | 111101 |
Color Harmonies of #D59263
Complementary color
Monochromatic Colors of #D59263
Black with #D59263
Text Example
Text Example
White with #D59263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59263; }
p { color: rgb(213,146,99); }
H1.HeaderClassName
{
color: #D59263;
}
.AnyTagClassName
{
color: #D59263;
}
</style>
background-color css
<style>
a { background-color: #D59263; }
a { background-color: rgb(213,146,99); }
div.DivClassName
{
background-color: #D59263;
}
.BgClassName
{
background-color: #D59263;
}
</style>
border-color css
<style>
span { border-color: #D59263; }
span { border-color: rgb(213,146,99); }
td.TdClassName
{
border-color: #D59263;
}
.TagClassName
{
border-color: #D59263;
}
</style>