Shades of Whiskey #D59B68
Tints of Whiskey #D59B68
RGB
CMYK
RGB Variations
Color information
#D59B68 (or 0xD59B68) is known color: Whiskey. HEX triplet: D5, 9B and 68. RGB value is (213,155,104). Sum of RGB (Red+Green+Blue) = 213+155+104=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 104 (41.02% from 255 or 22.03% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59B68 is #2A6497. Grayscale: #A6A6A6. Windows color (decimal): -2778264 or 6855637. OLE color: 6855637.
HSL color Cylindrical-coordinate representation of color #D59B68: hue angle of 28.07º 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 #D59B68 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 155 | 104 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.16 |
| HSL | 28.07º | 0.56% | 0.62% | - |
| HSV(B) | 28.07º | 0.51% | 0.84% | - |
| XYZ | 41.66 | 38.59 | 18.35 | - |
| YUV | 166.53 | 92.72 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 104 | 0 | 0.27 | 0.51 | 0.16 | 28.07 | 0.56 | 0.62 |
| Hex | D5 | 9B | 68 | 0 | 1B | 33 | 10 | 1C | 38 | 3E |
| Octal | 325 | 233 | 150 | 0 | 33 | 63 | 20 | 34 | 70 | 76 |
| Binary | 11010101 | 10011011 | 1101000 | 0 | 11011 | 110011 | 10000 | 11100 | 111000 | 111110 |
Color Harmonies of #D59B68
Complementary color
Monochromatic Colors of #D59B68
Black with #D59B68
Text Example
Text Example
White with #D59B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59B68; }
p { color: rgb(213,155,104); }
H1.HeaderClassName
{
color: #D59B68;
}
.AnyTagClassName
{
color: #D59B68;
}
</style>
background-color css
<style>
a { background-color: #D59B68; }
a { background-color: rgb(213,155,104); }
div.DivClassName
{
background-color: #D59B68;
}
.BgClassName
{
background-color: #D59B68;
}
</style>
border-color css
<style>
span { border-color: #D59B68; }
span { border-color: rgb(213,155,104); }
td.TdClassName
{
border-color: #D59B68;
}
.TagClassName
{
border-color: #D59B68;
}
</style>