Shades of Whiskey #D59167
Tints of Whiskey #D59167
RGB
CMYK
RGB Variations
Color information
#D59167 (or 0xD59167) is known color: Whiskey. HEX triplet: D5, 91 and 67. RGB value is (213,145,103). Sum of RGB (Red+Green+Blue) = 213+145+103=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 145 (57.03% from 255 or 31.45% from 461); Blue value is 103 (40.62% from 255 or 22.34% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D59167 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59167 is #2A6E98. Grayscale: #A0A0A0. Windows color (decimal): -2780825 or 6787541. OLE color: 6787541.
HSL color Cylindrical-coordinate representation of color #D59167: hue angle of 22.91º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D59167 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 145 | 103 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.16 |
| HSL | 22.91º | 0.57% | 0.62% | - |
| HSV(B) | 22.91º | 0.52% | 0.84% | - |
| XYZ | 40.01 | 35.38 | 17.55 | - |
| YUV | 160.54 | 95.53 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 145 | 103 | 0 | 0.32 | 0.52 | 0.16 | 22.91 | 0.57 | 0.62 |
| Hex | D5 | 91 | 67 | 0 | 20 | 34 | 10 | 17 | 39 | 3E |
| Octal | 325 | 221 | 147 | 0 | 40 | 64 | 20 | 27 | 71 | 76 |
| Binary | 11010101 | 10010001 | 1100111 | 0 | 100000 | 110100 | 10000 | 10111 | 111001 | 111110 |
Color Harmonies of #D59167
Complementary color
Monochromatic Colors of #D59167
Black with #D59167
Text Example
Text Example
White with #D59167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59167; }
p { color: rgb(213,145,103); }
H1.HeaderClassName
{
color: #D59167;
}
.AnyTagClassName
{
color: #D59167;
}
</style>
background-color css
<style>
a { background-color: #D59167; }
a { background-color: rgb(213,145,103); }
div.DivClassName
{
background-color: #D59167;
}
.BgClassName
{
background-color: #D59167;
}
</style>
border-color css
<style>
span { border-color: #D59167; }
span { border-color: rgb(213,145,103); }
td.TdClassName
{
border-color: #D59167;
}
.TagClassName
{
border-color: #D59167;
}
</style>