Shades of Whiskey Sour #DA914F
Tints of Whiskey Sour #DA914F
RGB
CMYK
RGB Variations
Color information
#DA914F (or 0xDA914F) is known color: Whiskey Sour. HEX triplet: DA, 91 and 4F. RGB value is (218,145,79). Sum of RGB (Red+Green+Blue) = 218+145+79=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 145 (57.03% from 255 or 32.81% from 442); Blue value is 79 (31.25% from 255 or 17.87% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA914F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA914F is #256EB0. Grayscale: #9F9F9F. Windows color (decimal): -2453169 or 5214682. OLE color: 5214682.
HSL color Cylindrical-coordinate representation of color #DA914F: hue angle of 28.49º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA914F is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 145 | 79 | - |
| CMYK | 0 | 0.33 | 0.64 | 0.15 |
| HSL | 28.49º | 0.65% | 0.58% | - |
| HSV(B) | 28.49º | 0.64% | 0.85% | - |
| XYZ | 40.45 | 35.72 | 12.16 | - |
| YUV | 159.3 | 82.68 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 145 | 79 | 0 | 0.33 | 0.64 | 0.15 | 28.49 | 0.65 | 0.58 |
| Hex | DA | 91 | 4F | 0 | 21 | 40 | F | 1C | 41 | 3A |
| Octal | 332 | 221 | 117 | 0 | 41 | 100 | 17 | 34 | 101 | 72 |
| Binary | 11011010 | 10010001 | 1001111 | 0 | 100001 | 1000000 | 1111 | 11100 | 1000001 | 111010 |
Color Harmonies of #DA914F
Complementary color
Monochromatic Colors of #DA914F
Black with #DA914F
Text Example
Text Example
White with #DA914F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA914F; }
p { color: rgb(218,145,79); }
H1.HeaderClassName
{
color: #DA914F;
}
.AnyTagClassName
{
color: #DA914F;
}
</style>
background-color css
<style>
a { background-color: #DA914F; }
a { background-color: rgb(218,145,79); }
div.DivClassName
{
background-color: #DA914F;
}
.BgClassName
{
background-color: #DA914F;
}
</style>
border-color css
<style>
span { border-color: #DA914F; }
span { border-color: rgb(218,145,79); }
td.TdClassName
{
border-color: #DA914F;
}
.TagClassName
{
border-color: #DA914F;
}
</style>