Shades of Whiskey #D59868
Tints of Whiskey #D59868
RGB
CMYK
RGB Variations
Color information
#D59868 (or 0xD59868) is known color: Whiskey. HEX triplet: D5, 98 and 68. RGB value is (213,152,104). Sum of RGB (Red+Green+Blue) = 213+152+104=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 104 (41.02% from 255 or 22.17% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D59868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59868 is #2A6797. Grayscale: #A5A5A5. Windows color (decimal): -2779032 or 6854869. OLE color: 6854869.
HSL color Cylindrical-coordinate representation of color #D59868: hue angle of 26.42º 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 #D59868 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 152 | 104 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.16 |
| HSL | 26.42º | 0.56% | 0.62% | - |
| HSV(B) | 26.42º | 0.51% | 0.84% | - |
| XYZ | 41.17 | 37.6 | 18.18 | - |
| YUV | 164.77 | 93.71 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 152 | 104 | 0 | 0.29 | 0.51 | 0.16 | 26.42 | 0.56 | 0.62 |
| Hex | D5 | 98 | 68 | 0 | 1D | 33 | 10 | 1A | 38 | 3E |
| Octal | 325 | 230 | 150 | 0 | 35 | 63 | 20 | 32 | 70 | 76 |
| Binary | 11010101 | 10011000 | 1101000 | 0 | 11101 | 110011 | 10000 | 11010 | 111000 | 111110 |
Color Harmonies of #D59868
Complementary color
Monochromatic Colors of #D59868
Black with #D59868
Text Example
Text Example
White with #D59868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59868; }
p { color: rgb(213,152,104); }
H1.HeaderClassName
{
color: #D59868;
}
.AnyTagClassName
{
color: #D59868;
}
</style>
background-color css
<style>
a { background-color: #D59868; }
a { background-color: rgb(213,152,104); }
div.DivClassName
{
background-color: #D59868;
}
.BgClassName
{
background-color: #D59868;
}
</style>
border-color css
<style>
span { border-color: #D59868; }
span { border-color: rgb(213,152,104); }
td.TdClassName
{
border-color: #D59868;
}
.TagClassName
{
border-color: #D59868;
}
</style>