Shades of Whiskey #D59765
Tints of Whiskey #D59765
RGB
CMYK
RGB Variations
Color information
#D59765 (or 0xD59765) is known color: Whiskey. HEX triplet: D5, 97 and 65. RGB value is (213,151,101). Sum of RGB (Red+Green+Blue) = 213+151+101=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 151 (59.38% from 255 or 32.47% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D59765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59765 is #2A689A. Grayscale: #A4A4A4. Windows color (decimal): -2779291 or 6658005. OLE color: 6658005.
HSL color Cylindrical-coordinate representation of color #D59765: hue angle of 26.79º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D59765 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 151 | 101 | - |
| CMYK | 0 | 0.29 | 0.53 | 0.16 |
| HSL | 26.79º | 0.57% | 0.62% | - |
| HSV(B) | 26.79º | 0.53% | 0.84% | - |
| XYZ | 40.86 | 37.22 | 17.34 | - |
| YUV | 163.84 | 92.54 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 151 | 101 | 0 | 0.29 | 0.53 | 0.16 | 26.79 | 0.57 | 0.62 |
| Hex | D5 | 97 | 65 | 0 | 1D | 35 | 10 | 1B | 39 | 3E |
| Octal | 325 | 227 | 145 | 0 | 35 | 65 | 20 | 33 | 71 | 76 |
| Binary | 11010101 | 10010111 | 1100101 | 0 | 11101 | 110101 | 10000 | 11011 | 111001 | 111110 |
Color Harmonies of #D59765
Complementary color
Monochromatic Colors of #D59765
Black with #D59765
Text Example
Text Example
White with #D59765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59765; }
p { color: rgb(213,151,101); }
H1.HeaderClassName
{
color: #D59765;
}
.AnyTagClassName
{
color: #D59765;
}
</style>
background-color css
<style>
a { background-color: #D59765; }
a { background-color: rgb(213,151,101); }
div.DivClassName
{
background-color: #D59765;
}
.BgClassName
{
background-color: #D59765;
}
</style>
border-color css
<style>
span { border-color: #D59765; }
span { border-color: rgb(213,151,101); }
td.TdClassName
{
border-color: #D59765;
}
.TagClassName
{
border-color: #D59765;
}
</style>