Shades of Whiskey #D58B5F
Tints of Whiskey #D58B5F
RGB
CMYK
RGB Variations
Color information
#D58B5F (or 0xD58B5F) is known color: Whiskey. HEX triplet: D5, 8B and 5F. RGB value is (213,139,95). Sum of RGB (Red+Green+Blue) = 213+139+95=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 139 (54.69% from 255 or 31.10% from 447); Blue value is 95 (37.5% from 255 or 21.25% from 447); Max value from RGB is 213 - color contains mainly: red. Hex color #D58B5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58B5F is #2A74A0. Grayscale: #9C9C9C. Windows color (decimal): -2782369 or 6261717. OLE color: 6261717.
HSL color Cylindrical-coordinate representation of color #D58B5F: hue angle of 22.37º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D58B5F is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 139 | 95 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.16 |
| HSL | 22.37º | 0.58% | 0.6% | - |
| HSV(B) | 22.37º | 0.55% | 0.84% | - |
| XYZ | 38.74 | 33.44 | 15.24 | - |
| YUV | 156.11 | 93.52 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 95 | 0 | 0.35 | 0.55 | 0.16 | 22.37 | 0.58 | 0.6 |
| Hex | D5 | 8B | 5F | 0 | 23 | 37 | 10 | 16 | 3A | 3C |
| Octal | 325 | 213 | 137 | 0 | 43 | 67 | 20 | 26 | 72 | 74 |
| Binary | 11010101 | 10001011 | 1011111 | 0 | 100011 | 110111 | 10000 | 10110 | 111010 | 111100 |
Color Harmonies of #D58B5F
Complementary color
Monochromatic Colors of #D58B5F
Black with #D58B5F
Text Example
Text Example
White with #D58B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58B5F; }
p { color: rgb(213,139,95); }
H1.HeaderClassName
{
color: #D58B5F;
}
.AnyTagClassName
{
color: #D58B5F;
}
</style>
background-color css
<style>
a { background-color: #D58B5F; }
a { background-color: rgb(213,139,95); }
div.DivClassName
{
background-color: #D58B5F;
}
.BgClassName
{
background-color: #D58B5F;
}
</style>
border-color css
<style>
span { border-color: #D58B5F; }
span { border-color: rgb(213,139,95); }
td.TdClassName
{
border-color: #D58B5F;
}
.TagClassName
{
border-color: #D58B5F;
}
</style>