Shades of Whiskey Sour #D5964F
Tints of Whiskey Sour #D5964F
RGB
CMYK
RGB Variations
Color information
#D5964F (or 0xD5964F) is known color: Whiskey Sour. HEX triplet: D5, 96 and 4F. RGB value is (213,150,79). Sum of RGB (Red+Green+Blue) = 213+150+79=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 79 (31.25% from 255 or 17.87% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D5964F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5964F is #2A69B0. Grayscale: #A1A1A1. Windows color (decimal): -2779569 or 5215957. OLE color: 5215957.
HSL color Cylindrical-coordinate representation of color #D5964F: hue angle of 31.79º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D5964F is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 150 | 79 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.16 |
| HSL | 31.79º | 0.61% | 0.57% | - |
| HSV(B) | 31.79º | 0.63% | 0.84% | - |
| XYZ | 39.76 | 36.52 | 12.35 | - |
| YUV | 160.74 | 81.87 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 150 | 79 | 0 | 0.30 | 0.63 | 0.16 | 31.79 | 0.61 | 0.57 |
| Hex | D5 | 96 | 4F | 0 | 1E | 3F | 10 | 20 | 3D | 39 |
| Octal | 325 | 226 | 117 | 0 | 36 | 77 | 20 | 40 | 75 | 71 |
| Binary | 11010101 | 10010110 | 1001111 | 0 | 11110 | 111111 | 10000 | 100000 | 111101 | 111001 |
Color Harmonies of #D5964F
Complementary color
Monochromatic Colors of #D5964F
Black with #D5964F
Text Example
Text Example
White with #D5964F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5964F; }
p { color: rgb(213,150,79); }
H1.HeaderClassName
{
color: #D5964F;
}
.AnyTagClassName
{
color: #D5964F;
}
</style>
background-color css
<style>
a { background-color: #D5964F; }
a { background-color: rgb(213,150,79); }
div.DivClassName
{
background-color: #D5964F;
}
.BgClassName
{
background-color: #D5964F;
}
</style>
border-color css
<style>
span { border-color: #D5964F; }
span { border-color: rgb(213,150,79); }
td.TdClassName
{
border-color: #D5964F;
}
.TagClassName
{
border-color: #D5964F;
}
</style>