Shades of Whiskey Sour #D58B5D
Tints of Whiskey Sour #D58B5D
RGB
CMYK
RGB Variations
Color information
#D58B5D (or 0xD58B5D) is known color: Whiskey Sour. HEX triplet: D5, 8B and 5D. RGB value is (213,139,93). Sum of RGB (Red+Green+Blue) = 213+139+93=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 139 (54.69% from 255 or 31.24% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D58B5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58B5D is #2A74A2. Grayscale: #9C9C9C. Windows color (decimal): -2782371 or 6130645. OLE color: 6130645.
HSL color Cylindrical-coordinate representation of color #D58B5D: hue angle of 23º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D58B5D is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 139 | 93 | - |
| CMYK | 0 | 0.35 | 0.56 | 0.16 |
| HSL | 23º | 0.59% | 0.6% | - |
| HSV(B) | 23º | 0.56% | 0.84% | - |
| XYZ | 38.65 | 33.4 | 14.77 | - |
| YUV | 155.88 | 92.52 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 93 | 0 | 0.35 | 0.56 | 0.16 | 23 | 0.59 | 0.6 |
| Hex | D5 | 8B | 5D | 0 | 23 | 38 | 10 | 17 | 3B | 3C |
| Octal | 325 | 213 | 135 | 0 | 43 | 70 | 20 | 27 | 73 | 74 |
| Binary | 11010101 | 10001011 | 1011101 | 0 | 100011 | 111000 | 10000 | 10111 | 111011 | 111100 |
Color Harmonies of #D58B5D
Complementary color
Monochromatic Colors of #D58B5D
Black with #D58B5D
Text Example
Text Example
White with #D58B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58B5D; }
p { color: rgb(213,139,93); }
H1.HeaderClassName
{
color: #D58B5D;
}
.AnyTagClassName
{
color: #D58B5D;
}
</style>
background-color css
<style>
a { background-color: #D58B5D; }
a { background-color: rgb(213,139,93); }
div.DivClassName
{
background-color: #D58B5D;
}
.BgClassName
{
background-color: #D58B5D;
}
</style>
border-color css
<style>
span { border-color: #D58B5D; }
span { border-color: rgb(213,139,93); }
td.TdClassName
{
border-color: #D58B5D;
}
.TagClassName
{
border-color: #D58B5D;
}
</style>