Shades of Whiskey #D59066
Tints of Whiskey #D59066
RGB
CMYK
RGB Variations
Color information
#D59066 (or 0xD59066) is known color: Whiskey. HEX triplet: D5, 90 and 66. RGB value is (213,144,102). Sum of RGB (Red+Green+Blue) = 213+144+102=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 102 (40.23% from 255 or 22.22% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D59066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59066 is #2A6F99. Grayscale: #A0A0A0. Windows color (decimal): -2781082 or 6721749. OLE color: 6721749.
HSL color Cylindrical-coordinate representation of color #D59066: hue angle of 22.7º 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 #D59066 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 144 | 102 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.16 |
| HSL | 22.7º | 0.57% | 0.62% | - |
| HSV(B) | 22.7º | 0.52% | 0.84% | - |
| XYZ | 39.81 | 35.05 | 17.24 | - |
| YUV | 159.84 | 95.36 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 144 | 102 | 0 | 0.32 | 0.52 | 0.16 | 22.7 | 0.57 | 0.62 |
| Hex | D5 | 90 | 66 | 0 | 20 | 34 | 10 | 17 | 39 | 3E |
| Octal | 325 | 220 | 146 | 0 | 40 | 64 | 20 | 27 | 71 | 76 |
| Binary | 11010101 | 10010000 | 1100110 | 0 | 100000 | 110100 | 10000 | 10111 | 111001 | 111110 |
Color Harmonies of #D59066
Complementary color
Monochromatic Colors of #D59066
Black with #D59066
Text Example
Text Example
White with #D59066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59066; }
p { color: rgb(213,144,102); }
H1.HeaderClassName
{
color: #D59066;
}
.AnyTagClassName
{
color: #D59066;
}
</style>
background-color css
<style>
a { background-color: #D59066; }
a { background-color: rgb(213,144,102); }
div.DivClassName
{
background-color: #D59066;
}
.BgClassName
{
background-color: #D59066;
}
</style>
border-color css
<style>
span { border-color: #D59066; }
span { border-color: rgb(213,144,102); }
td.TdClassName
{
border-color: #D59066;
}
.TagClassName
{
border-color: #D59066;
}
</style>