Shades of Whiskey #D59568
Tints of Whiskey #D59568
RGB
CMYK
RGB Variations
Color information
#D59568 (or 0xD59568) is known color: Whiskey. HEX triplet: D5, 95 and 68. RGB value is (213,149,104). Sum of RGB (Red+Green+Blue) = 213+149+104=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 104 (41.02% from 255 or 22.32% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D59568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59568 is #2A6A97. Grayscale: #A3A3A3. Windows color (decimal): -2779800 or 6854101. OLE color: 6854101.
HSL color Cylindrical-coordinate representation of color #D59568: hue angle of 24.77º 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 #D59568 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 149 | 104 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.16 |
| HSL | 24.77º | 0.56% | 0.62% | - |
| HSV(B) | 24.77º | 0.51% | 0.84% | - |
| XYZ | 40.69 | 36.64 | 18.02 | - |
| YUV | 163.01 | 94.7 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 149 | 104 | 0 | 0.30 | 0.51 | 0.16 | 24.77 | 0.56 | 0.62 |
| Hex | D5 | 95 | 68 | 0 | 1E | 33 | 10 | 19 | 38 | 3E |
| Octal | 325 | 225 | 150 | 0 | 36 | 63 | 20 | 31 | 70 | 76 |
| Binary | 11010101 | 10010101 | 1101000 | 0 | 11110 | 110011 | 10000 | 11001 | 111000 | 111110 |
Color Harmonies of #D59568
Complementary color
Monochromatic Colors of #D59568
Black with #D59568
Text Example
Text Example
White with #D59568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59568; }
p { color: rgb(213,149,104); }
H1.HeaderClassName
{
color: #D59568;
}
.AnyTagClassName
{
color: #D59568;
}
</style>
background-color css
<style>
a { background-color: #D59568; }
a { background-color: rgb(213,149,104); }
div.DivClassName
{
background-color: #D59568;
}
.BgClassName
{
background-color: #D59568;
}
</style>
border-color css
<style>
span { border-color: #D59568; }
span { border-color: rgb(213,149,104); }
td.TdClassName
{
border-color: #D59568;
}
.TagClassName
{
border-color: #D59568;
}
</style>