Shades of Whiskey #D59966
Tints of Whiskey #D59966
RGB
CMYK
RGB Variations
Color information
#D59966 (or 0xD59966) is known color: Whiskey. HEX triplet: D5, 99 and 66. RGB value is (213,153,102). Sum of RGB (Red+Green+Blue) = 213+153+102=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 102 (40.23% from 255 or 21.79% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D59966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59966 is #2A6699. Grayscale: #A5A5A5. Windows color (decimal): -2778778 or 6724053. OLE color: 6724053.
HSL color Cylindrical-coordinate representation of color #D59966: hue angle of 27.57º 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 #D59966 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 153 | 102 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.16 |
| HSL | 27.57º | 0.57% | 0.62% | - |
| HSV(B) | 27.57º | 0.52% | 0.84% | - |
| XYZ | 41.23 | 37.89 | 17.71 | - |
| YUV | 165.13 | 92.38 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 153 | 102 | 0 | 0.28 | 0.52 | 0.16 | 27.57 | 0.57 | 0.62 |
| Hex | D5 | 99 | 66 | 0 | 1C | 34 | 10 | 1C | 39 | 3E |
| Octal | 325 | 231 | 146 | 0 | 34 | 64 | 20 | 34 | 71 | 76 |
| Binary | 11010101 | 10011001 | 1100110 | 0 | 11100 | 110100 | 10000 | 11100 | 111001 | 111110 |
Color Harmonies of #D59966
Complementary color
Monochromatic Colors of #D59966
Black with #D59966
Text Example
Text Example
White with #D59966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59966; }
p { color: rgb(213,153,102); }
H1.HeaderClassName
{
color: #D59966;
}
.AnyTagClassName
{
color: #D59966;
}
</style>
background-color css
<style>
a { background-color: #D59966; }
a { background-color: rgb(213,153,102); }
div.DivClassName
{
background-color: #D59966;
}
.BgClassName
{
background-color: #D59966;
}
</style>
border-color css
<style>
span { border-color: #D59966; }
span { border-color: rgb(213,153,102); }
td.TdClassName
{
border-color: #D59966;
}
.TagClassName
{
border-color: #D59966;
}
</style>