Shades of Whiskey Sour #D5904F
Tints of Whiskey Sour #D5904F
RGB
CMYK
RGB Variations
Color information
#D5904F (or 0xD5904F) is known color: Whiskey Sour. HEX triplet: D5, 90 and 4F. RGB value is (213,144,79). Sum of RGB (Red+Green+Blue) = 213+144+79=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 79 (31.25% from 255 or 18.12% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D5904F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5904F is #2A6FB0. Grayscale: #9D9D9D. Windows color (decimal): -2781105 or 5214421. OLE color: 5214421.
HSL color Cylindrical-coordinate representation of color #D5904F: hue angle of 29.1º 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 #D5904F is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 144 | 79 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.16 |
| HSL | 29.1º | 0.61% | 0.57% | - |
| HSV(B) | 29.1º | 0.63% | 0.84% | - |
| XYZ | 38.83 | 34.66 | 12.04 | - |
| YUV | 157.22 | 83.86 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 144 | 79 | 0 | 0.32 | 0.63 | 0.16 | 29.1 | 0.61 | 0.57 |
| Hex | D5 | 90 | 4F | 0 | 20 | 3F | 10 | 1D | 3D | 39 |
| Octal | 325 | 220 | 117 | 0 | 40 | 77 | 20 | 35 | 75 | 71 |
| Binary | 11010101 | 10010000 | 1001111 | 0 | 100000 | 111111 | 10000 | 11101 | 111101 | 111001 |
Color Harmonies of #D5904F
Complementary color
Monochromatic Colors of #D5904F
Black with #D5904F
Text Example
Text Example
White with #D5904F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5904F; }
p { color: rgb(213,144,79); }
H1.HeaderClassName
{
color: #D5904F;
}
.AnyTagClassName
{
color: #D5904F;
}
</style>
background-color css
<style>
a { background-color: #D5904F; }
a { background-color: rgb(213,144,79); }
div.DivClassName
{
background-color: #D5904F;
}
.BgClassName
{
background-color: #D5904F;
}
</style>
border-color css
<style>
span { border-color: #D5904F; }
span { border-color: rgb(213,144,79); }
td.TdClassName
{
border-color: #D5904F;
}
.TagClassName
{
border-color: #D5904F;
}
</style>