Shades of Whiskey #D59C6C
Tints of Whiskey #D59C6C
RGB
CMYK
RGB Variations
Color information
#D59C6C (or 0xD59C6C) is known color: Whiskey. HEX triplet: D5, 9C and 6C. RGB value is (213,156,108). Sum of RGB (Red+Green+Blue) = 213+156+108=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 156 (61.33% from 255 or 32.70% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59C6C is #2A6393. Grayscale: #A7A7A7. Windows color (decimal): -2778004 or 7118037. OLE color: 7118037.
HSL color Cylindrical-coordinate representation of color #D59C6C: hue angle of 27.43º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D59C6C is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 156 | 108 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.16 |
| HSL | 27.43º | 0.56% | 0.63% | - |
| HSV(B) | 27.43º | 0.49% | 0.84% | - |
| XYZ | 42.04 | 39.01 | 19.5 | - |
| YUV | 167.57 | 94.38 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 156 | 108 | 0 | 0.27 | 0.49 | 0.16 | 27.43 | 0.56 | 0.63 |
| Hex | D5 | 9C | 6C | 0 | 1B | 31 | 10 | 1B | 38 | 3F |
| Octal | 325 | 234 | 154 | 0 | 33 | 61 | 20 | 33 | 70 | 77 |
| Binary | 11010101 | 10011100 | 1101100 | 0 | 11011 | 110001 | 10000 | 11011 | 111000 | 111111 |
Color Harmonies of #D59C6C
Complementary color
Monochromatic Colors of #D59C6C
Black with #D59C6C
Text Example
Text Example
White with #D59C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59C6C; }
p { color: rgb(213,156,108); }
H1.HeaderClassName
{
color: #D59C6C;
}
.AnyTagClassName
{
color: #D59C6C;
}
</style>
background-color css
<style>
a { background-color: #D59C6C; }
a { background-color: rgb(213,156,108); }
div.DivClassName
{
background-color: #D59C6C;
}
.BgClassName
{
background-color: #D59C6C;
}
</style>
border-color css
<style>
span { border-color: #D59C6C; }
span { border-color: rgb(213,156,108); }
td.TdClassName
{
border-color: #D59C6C;
}
.TagClassName
{
border-color: #D59C6C;
}
</style>