Shades of Whiskey #D58F64
Tints of Whiskey #D58F64
RGB
CMYK
RGB Variations
Color information
#D58F64 (or 0xD58F64) is known color: Whiskey. HEX triplet: D5, 8F and 64. RGB value is (213,143,100). Sum of RGB (Red+Green+Blue) = 213+143+100=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 100 (39.45% from 255 or 21.93% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58F64 is #2A709B. Grayscale: #9F9F9F. Windows color (decimal): -2781340 or 6590421. OLE color: 6590421.
HSL color Cylindrical-coordinate representation of color #D58F64: hue angle of 22.83º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D58F64 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 143 | 100 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.16 |
| HSL | 22.83º | 0.57% | 0.61% | - |
| HSV(B) | 22.83º | 0.53% | 0.84% | - |
| XYZ | 39.56 | 34.71 | 16.67 | - |
| YUV | 159.03 | 94.69 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 143 | 100 | 0 | 0.33 | 0.53 | 0.16 | 22.83 | 0.57 | 0.61 |
| Hex | D5 | 8F | 64 | 0 | 21 | 35 | 10 | 17 | 39 | 3D |
| Octal | 325 | 217 | 144 | 0 | 41 | 65 | 20 | 27 | 71 | 75 |
| Binary | 11010101 | 10001111 | 1100100 | 0 | 100001 | 110101 | 10000 | 10111 | 111001 | 111101 |
Color Harmonies of #D58F64
Complementary color
Monochromatic Colors of #D58F64
Black with #D58F64
Text Example
Text Example
White with #D58F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58F64; }
p { color: rgb(213,143,100); }
H1.HeaderClassName
{
color: #D58F64;
}
.AnyTagClassName
{
color: #D58F64;
}
</style>
background-color css
<style>
a { background-color: #D58F64; }
a { background-color: rgb(213,143,100); }
div.DivClassName
{
background-color: #D58F64;
}
.BgClassName
{
background-color: #D58F64;
}
</style>
border-color css
<style>
span { border-color: #D58F64; }
span { border-color: rgb(213,143,100); }
td.TdClassName
{
border-color: #D58F64;
}
.TagClassName
{
border-color: #D58F64;
}
</style>