Shades of Whiskey Sour #D5914D
Tints of Whiskey Sour #D5914D
RGB
CMYK
RGB Variations
Color information
#D5914D (or 0xD5914D) is known color: Whiskey Sour. HEX triplet: D5, 91 and 4D. RGB value is (213,145,77). Sum of RGB (Red+Green+Blue) = 213+145+77=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 145 (57.03% from 255 or 33.33% from 435); Blue value is 77 (30.47% from 255 or 17.70% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D5914D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5914D is #2A6EB2. Grayscale: #9D9D9D. Windows color (decimal): -2780851 or 5083605. OLE color: 5083605.
HSL color Cylindrical-coordinate representation of color #D5914D: hue angle of 30º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D5914D is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 145 | 77 | - |
| CMYK | 0 | 0.32 | 0.64 | 0.16 |
| HSL | 30º | 0.62% | 0.57% | - |
| HSV(B) | 30º | 0.64% | 0.84% | - |
| XYZ | 38.91 | 34.93 | 11.71 | - |
| YUV | 157.58 | 82.53 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 145 | 77 | 0 | 0.32 | 0.64 | 0.16 | 30 | 0.62 | 0.57 |
| Hex | D5 | 91 | 4D | 0 | 20 | 40 | 10 | 1E | 3E | 39 |
| Octal | 325 | 221 | 115 | 0 | 40 | 100 | 20 | 36 | 76 | 71 |
| Binary | 11010101 | 10010001 | 1001101 | 0 | 100000 | 1000000 | 10000 | 11110 | 111110 | 111001 |
Color Harmonies of #D5914D
Complementary color
Monochromatic Colors of #D5914D
Black with #D5914D
Text Example
Text Example
White with #D5914D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5914D; }
p { color: rgb(213,145,77); }
H1.HeaderClassName
{
color: #D5914D;
}
.AnyTagClassName
{
color: #D5914D;
}
</style>
background-color css
<style>
a { background-color: #D5914D; }
a { background-color: rgb(213,145,77); }
div.DivClassName
{
background-color: #D5914D;
}
.BgClassName
{
background-color: #D5914D;
}
</style>
border-color css
<style>
span { border-color: #D5914D; }
span { border-color: rgb(213,145,77); }
td.TdClassName
{
border-color: #D5914D;
}
.TagClassName
{
border-color: #D5914D;
}
</style>