Shades of Whiskey #D59467
Tints of Whiskey #D59467
RGB
CMYK
RGB Variations
Color information
#D59467 (or 0xD59467) is known color: Whiskey. HEX triplet: D5, 94 and 67. RGB value is (213,148,103). Sum of RGB (Red+Green+Blue) = 213+148+103=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 103 (40.62% from 255 or 22.20% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D59467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59467 is #2A6B98. Grayscale: #A2A2A2. Windows color (decimal): -2780057 or 6788309. OLE color: 6788309.
HSL color Cylindrical-coordinate representation of color #D59467: hue angle of 24.55º 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 #D59467 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 148 | 103 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.16 |
| HSL | 24.55º | 0.57% | 0.62% | - |
| HSV(B) | 24.55º | 0.52% | 0.84% | - |
| XYZ | 40.48 | 36.31 | 17.71 | - |
| YUV | 162.31 | 94.53 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 148 | 103 | 0 | 0.31 | 0.52 | 0.16 | 24.55 | 0.57 | 0.62 |
| Hex | D5 | 94 | 67 | 0 | 1F | 34 | 10 | 19 | 39 | 3E |
| Octal | 325 | 224 | 147 | 0 | 37 | 64 | 20 | 31 | 71 | 76 |
| Binary | 11010101 | 10010100 | 1100111 | 0 | 11111 | 110100 | 10000 | 11001 | 111001 | 111110 |
Color Harmonies of #D59467
Complementary color
Monochromatic Colors of #D59467
Black with #D59467
Text Example
Text Example
White with #D59467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59467; }
p { color: rgb(213,148,103); }
H1.HeaderClassName
{
color: #D59467;
}
.AnyTagClassName
{
color: #D59467;
}
</style>
background-color css
<style>
a { background-color: #D59467; }
a { background-color: rgb(213,148,103); }
div.DivClassName
{
background-color: #D59467;
}
.BgClassName
{
background-color: #D59467;
}
</style>
border-color css
<style>
span { border-color: #D59467; }
span { border-color: rgb(213,148,103); }
td.TdClassName
{
border-color: #D59467;
}
.TagClassName
{
border-color: #D59467;
}
</style>