Shades of Whiskey #D59D6B
Tints of Whiskey #D59D6B
RGB
CMYK
RGB Variations
Color information
#D59D6B (or 0xD59D6B) is known color: Whiskey. HEX triplet: D5, 9D and 6B. RGB value is (213,157,107). Sum of RGB (Red+Green+Blue) = 213+157+107=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 157 (61.72% from 255 or 32.91% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59D6B is #2A6294. Grayscale: #A8A8A8. Windows color (decimal): -2777749 or 7052757. OLE color: 7052757.
HSL color Cylindrical-coordinate representation of color #D59D6B: hue angle of 28.3º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D59D6B is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 157 | 107 | - |
| CMYK | 0 | 0.26 | 0.50 | 0.16 |
| HSL | 28.3º | 0.56% | 0.63% | - |
| HSV(B) | 28.3º | 0.5% | 0.84% | - |
| XYZ | 42.15 | 39.32 | 19.28 | - |
| YUV | 168.04 | 93.55 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 157 | 107 | 0 | 0.26 | 0.50 | 0.16 | 28.3 | 0.56 | 0.63 |
| Hex | D5 | 9D | 6B | 0 | 1A | 32 | 10 | 1C | 38 | 3F |
| Octal | 325 | 235 | 153 | 0 | 32 | 62 | 20 | 34 | 70 | 77 |
| Binary | 11010101 | 10011101 | 1101011 | 0 | 11010 | 110010 | 10000 | 11100 | 111000 | 111111 |
Color Harmonies of #D59D6B
Complementary color
Monochromatic Colors of #D59D6B
Black with #D59D6B
Text Example
Text Example
White with #D59D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59D6B; }
p { color: rgb(213,157,107); }
H1.HeaderClassName
{
color: #D59D6B;
}
.AnyTagClassName
{
color: #D59D6B;
}
</style>
background-color css
<style>
a { background-color: #D59D6B; }
a { background-color: rgb(213,157,107); }
div.DivClassName
{
background-color: #D59D6B;
}
.BgClassName
{
background-color: #D59D6B;
}
</style>
border-color css
<style>
span { border-color: #D59D6B; }
span { border-color: rgb(213,157,107); }
td.TdClassName
{
border-color: #D59D6B;
}
.TagClassName
{
border-color: #D59D6B;
}
</style>