Shades of Whiskey #D59768
Tints of Whiskey #D59768
RGB
CMYK
RGB Variations
Color information
#D59768 (or 0xD59768) is known color: Whiskey. HEX triplet: D5, 97 and 68. RGB value is (213,151,104). Sum of RGB (Red+Green+Blue) = 213+151+104=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 151 (59.38% from 255 or 32.26% from 468); Blue value is 104 (41.02% from 255 or 22.22% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D59768 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59768 is #2A6897. Grayscale: #A4A4A4. Windows color (decimal): -2779288 or 6854613. OLE color: 6854613.
HSL color Cylindrical-coordinate representation of color #D59768: hue angle of 25.87º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D59768 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 151 | 104 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.16 |
| HSL | 25.87º | 0.56% | 0.62% | - |
| HSV(B) | 25.87º | 0.51% | 0.84% | - |
| XYZ | 41.01 | 37.28 | 18.13 | - |
| YUV | 164.18 | 94.04 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 151 | 104 | 0 | 0.29 | 0.51 | 0.16 | 25.87 | 0.56 | 0.62 |
| Hex | D5 | 97 | 68 | 0 | 1D | 33 | 10 | 1A | 38 | 3E |
| Octal | 325 | 227 | 150 | 0 | 35 | 63 | 20 | 32 | 70 | 76 |
| Binary | 11010101 | 10010111 | 1101000 | 0 | 11101 | 110011 | 10000 | 11010 | 111000 | 111110 |
Color Harmonies of #D59768
Complementary color
Monochromatic Colors of #D59768
Black with #D59768
Text Example
Text Example
White with #D59768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59768; }
p { color: rgb(213,151,104); }
H1.HeaderClassName
{
color: #D59768;
}
.AnyTagClassName
{
color: #D59768;
}
</style>
background-color css
<style>
a { background-color: #D59768; }
a { background-color: rgb(213,151,104); }
div.DivClassName
{
background-color: #D59768;
}
.BgClassName
{
background-color: #D59768;
}
</style>
border-color css
<style>
span { border-color: #D59768; }
span { border-color: rgb(213,151,104); }
td.TdClassName
{
border-color: #D59768;
}
.TagClassName
{
border-color: #D59768;
}
</style>