Shades of Whiskey Sour #D4914E
Tints of Whiskey Sour #D4914E
RGB
CMYK
RGB Variations
Color information
#D4914E (or 0xD4914E) is known color: Whiskey Sour. HEX triplet: D4, 91 and 4E. RGB value is (212,145,78). Sum of RGB (Red+Green+Blue) = 212+145+78=435 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.74% from 435); Green value is 145 (57.03% from 255 or 33.33% from 435); Blue value is 78 (30.86% from 255 or 17.93% from 435); Max value from RGB is 212 - color contains mainly: red. Hex color #D4914E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4914E is #2B6EB1. Grayscale: #9D9D9D. Windows color (decimal): -2846386 or 5149140. OLE color: 5149140.
HSL color Cylindrical-coordinate representation of color #D4914E: hue angle of 30º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D4914E is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 145 | 78 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.17 |
| HSL | 30º | 0.61% | 0.57% | - |
| HSV(B) | 30º | 0.63% | 0.83% | - |
| XYZ | 38.65 | 34.8 | 11.89 | - |
| YUV | 157.4 | 83.2 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 145 | 78 | 0 | 0.32 | 0.63 | 0.17 | 30 | 0.61 | 0.57 |
| Hex | D4 | 91 | 4E | 0 | 20 | 3F | 11 | 1E | 3D | 39 |
| Octal | 324 | 221 | 116 | 0 | 40 | 77 | 21 | 36 | 75 | 71 |
| Binary | 11010100 | 10010001 | 1001110 | 0 | 100000 | 111111 | 10001 | 11110 | 111101 | 111001 |
Color Harmonies of #D4914E
Complementary color
Monochromatic Colors of #D4914E
Black with #D4914E
Text Example
Text Example
White with #D4914E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4914E; }
p { color: rgb(212,145,78); }
H1.HeaderClassName
{
color: #D4914E;
}
.AnyTagClassName
{
color: #D4914E;
}
</style>
background-color css
<style>
a { background-color: #D4914E; }
a { background-color: rgb(212,145,78); }
div.DivClassName
{
background-color: #D4914E;
}
.BgClassName
{
background-color: #D4914E;
}
</style>
border-color css
<style>
span { border-color: #D4914E; }
span { border-color: rgb(212,145,78); }
td.TdClassName
{
border-color: #D4914E;
}
.TagClassName
{
border-color: #D4914E;
}
</style>