Shades of Whiskey Sour #D4965B
Tints of Whiskey Sour #D4965B
RGB
CMYK
RGB Variations
Color information
#D4965B (or 0xD4965B) is known color: Whiskey Sour. HEX triplet: D4, 96 and 5B. RGB value is (212,150,91). Sum of RGB (Red+Green+Blue) = 212+150+91=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 91 (35.94% from 255 or 20.09% from 453); Max value from RGB is 212 - color contains mainly: red. Hex color #D4965B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4965B is #2B69A4. Grayscale: #A2A2A2. Windows color (decimal): -2845093 or 6002388. OLE color: 6002388.
HSL color Cylindrical-coordinate representation of color #D4965B: hue angle of 29.26º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D4965B is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 150 | 91 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.17 |
| HSL | 29.26º | 0.58% | 0.59% | - |
| HSV(B) | 29.26º | 0.57% | 0.83% | - |
| XYZ | 39.95 | 36.57 | 14.85 | - |
| YUV | 161.81 | 88.04 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 150 | 91 | 0 | 0.29 | 0.57 | 0.17 | 29.26 | 0.58 | 0.59 |
| Hex | D4 | 96 | 5B | 0 | 1D | 39 | 11 | 1D | 3A | 3B |
| Octal | 324 | 226 | 133 | 0 | 35 | 71 | 21 | 35 | 72 | 73 |
| Binary | 11010100 | 10010110 | 1011011 | 0 | 11101 | 111001 | 10001 | 11101 | 111010 | 111011 |
Color Harmonies of #D4965B
Complementary color
Monochromatic Colors of #D4965B
Black with #D4965B
Text Example
Text Example
White with #D4965B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4965B; }
p { color: rgb(212,150,91); }
H1.HeaderClassName
{
color: #D4965B;
}
.AnyTagClassName
{
color: #D4965B;
}
</style>
background-color css
<style>
a { background-color: #D4965B; }
a { background-color: rgb(212,150,91); }
div.DivClassName
{
background-color: #D4965B;
}
.BgClassName
{
background-color: #D4965B;
}
</style>
border-color css
<style>
span { border-color: #D4965B; }
span { border-color: rgb(212,150,91); }
td.TdClassName
{
border-color: #D4965B;
}
.TagClassName
{
border-color: #D4965B;
}
</style>