Shades of Whiskey #D59767
Tints of Whiskey #D59767
RGB
CMYK
RGB Variations
Color information
#D59767 (or 0xD59767) is known color: Whiskey. HEX triplet: D5, 97 and 67. RGB value is (213,151,103). Sum of RGB (Red+Green+Blue) = 213+151+103=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 151 (59.38% from 255 or 32.33% from 467); Blue value is 103 (40.62% from 255 or 22.06% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D59767 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59767 is #2A6898. Grayscale: #A4A4A4. Windows color (decimal): -2779289 or 6789077. OLE color: 6789077.
HSL color Cylindrical-coordinate representation of color #D59767: hue angle of 26.18º 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 #D59767 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 151 | 103 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.16 |
| HSL | 26.18º | 0.57% | 0.62% | - |
| HSV(B) | 26.18º | 0.52% | 0.84% | - |
| XYZ | 40.96 | 37.26 | 17.87 | - |
| YUV | 164.07 | 93.54 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 151 | 103 | 0 | 0.29 | 0.52 | 0.16 | 26.18 | 0.57 | 0.62 |
| Hex | D5 | 97 | 67 | 0 | 1D | 34 | 10 | 1A | 39 | 3E |
| Octal | 325 | 227 | 147 | 0 | 35 | 64 | 20 | 32 | 71 | 76 |
| Binary | 11010101 | 10010111 | 1100111 | 0 | 11101 | 110100 | 10000 | 11010 | 111001 | 111110 |
Color Harmonies of #D59767
Complementary color
Monochromatic Colors of #D59767
Black with #D59767
Text Example
Text Example
White with #D59767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59767; }
p { color: rgb(213,151,103); }
H1.HeaderClassName
{
color: #D59767;
}
.AnyTagClassName
{
color: #D59767;
}
</style>
background-color css
<style>
a { background-color: #D59767; }
a { background-color: rgb(213,151,103); }
div.DivClassName
{
background-color: #D59767;
}
.BgClassName
{
background-color: #D59767;
}
</style>
border-color css
<style>
span { border-color: #D59767; }
span { border-color: rgb(213,151,103); }
td.TdClassName
{
border-color: #D59767;
}
.TagClassName
{
border-color: #D59767;
}
</style>