Shades of Whiskey #D59667
Tints of Whiskey #D59667
RGB
CMYK
RGB Variations
Color information
#D59667 (or 0xD59667) is known color: Whiskey. HEX triplet: D5, 96 and 67. RGB value is (213,150,103). Sum of RGB (Red+Green+Blue) = 213+150+103=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 103 (40.62% from 255 or 22.10% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D59667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59667 is #2A6998. Grayscale: #A3A3A3. Windows color (decimal): -2779545 or 6788821. OLE color: 6788821.
HSL color Cylindrical-coordinate representation of color #D59667: hue angle of 25.64º 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 #D59667 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 150 | 103 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.16 |
| HSL | 25.64º | 0.57% | 0.62% | - |
| HSV(B) | 25.64º | 0.52% | 0.84% | - |
| XYZ | 40.8 | 36.94 | 17.81 | - |
| YUV | 163.48 | 93.87 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 150 | 103 | 0 | 0.30 | 0.52 | 0.16 | 25.64 | 0.57 | 0.62 |
| Hex | D5 | 96 | 67 | 0 | 1E | 34 | 10 | 1A | 39 | 3E |
| Octal | 325 | 226 | 147 | 0 | 36 | 64 | 20 | 32 | 71 | 76 |
| Binary | 11010101 | 10010110 | 1100111 | 0 | 11110 | 110100 | 10000 | 11010 | 111001 | 111110 |
Color Harmonies of #D59667
Complementary color
Monochromatic Colors of #D59667
Black with #D59667
Text Example
Text Example
White with #D59667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59667; }
p { color: rgb(213,150,103); }
H1.HeaderClassName
{
color: #D59667;
}
.AnyTagClassName
{
color: #D59667;
}
</style>
background-color css
<style>
a { background-color: #D59667; }
a { background-color: rgb(213,150,103); }
div.DivClassName
{
background-color: #D59667;
}
.BgClassName
{
background-color: #D59667;
}
</style>
border-color css
<style>
span { border-color: #D59667; }
span { border-color: rgb(213,150,103); }
td.TdClassName
{
border-color: #D59667;
}
.TagClassName
{
border-color: #D59667;
}
</style>