Shades of Whiskey #D59368
Tints of Whiskey #D59368
RGB
CMYK
RGB Variations
Color information
#D59368 (or 0xD59368) is known color: Whiskey. HEX triplet: D5, 93 and 68. RGB value is (213,147,104). Sum of RGB (Red+Green+Blue) = 213+147+104=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 104 (41.02% from 255 or 22.41% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D59368 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59368 is #2A6C97. Grayscale: #A2A2A2. Windows color (decimal): -2780312 or 6853589. OLE color: 6853589.
HSL color Cylindrical-coordinate representation of color #D59368: hue angle of 23.67º 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 #D59368 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 147 | 104 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.16 |
| HSL | 23.67º | 0.56% | 0.62% | - |
| HSV(B) | 23.67º | 0.51% | 0.84% | - |
| XYZ | 40.37 | 36.01 | 17.92 | - |
| YUV | 161.83 | 95.37 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 147 | 104 | 0 | 0.31 | 0.51 | 0.16 | 23.67 | 0.56 | 0.62 |
| Hex | D5 | 93 | 68 | 0 | 1F | 33 | 10 | 18 | 38 | 3E |
| Octal | 325 | 223 | 150 | 0 | 37 | 63 | 20 | 30 | 70 | 76 |
| Binary | 11010101 | 10010011 | 1101000 | 0 | 11111 | 110011 | 10000 | 11000 | 111000 | 111110 |
Color Harmonies of #D59368
Complementary color
Monochromatic Colors of #D59368
Black with #D59368
Text Example
Text Example
White with #D59368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59368; }
p { color: rgb(213,147,104); }
H1.HeaderClassName
{
color: #D59368;
}
.AnyTagClassName
{
color: #D59368;
}
</style>
background-color css
<style>
a { background-color: #D59368; }
a { background-color: rgb(213,147,104); }
div.DivClassName
{
background-color: #D59368;
}
.BgClassName
{
background-color: #D59368;
}
</style>
border-color css
<style>
span { border-color: #D59368; }
span { border-color: rgb(213,147,104); }
td.TdClassName
{
border-color: #D59368;
}
.TagClassName
{
border-color: #D59368;
}
</style>