Shades of Whiskey Sour #DA965A
Tints of Whiskey Sour #DA965A
RGB
CMYK
RGB Variations
Color information
#DA965A (or 0xDA965A) is known color: Whiskey Sour. HEX triplet: DA, 96 and 5A. RGB value is (218,150,90). Sum of RGB (Red+Green+Blue) = 218+150+90=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 90 (35.55% from 255 or 19.65% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DA965A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA965A is #2569A5. Grayscale: #A3A3A3. Windows color (decimal): -2451878 or 5936858. OLE color: 5936858.
HSL color Cylindrical-coordinate representation of color #DA965A: hue angle of 28.12º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA965A is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 150 | 90 | - |
| CMYK | 0 | 0.31 | 0.59 | 0.15 |
| HSL | 28.13º | 0.63% | 0.6% | - |
| HSV(B) | 28.13º | 0.59% | 0.85% | - |
| XYZ | 41.67 | 37.46 | 14.71 | - |
| YUV | 163.49 | 86.53 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 150 | 90 | 0 | 0.31 | 0.59 | 0.15 | 28.13 | 0.63 | 0.6 |
| Hex | DA | 96 | 5A | 0 | 1F | 3B | F | 1C | 3F | 3C |
| Octal | 332 | 226 | 132 | 0 | 37 | 73 | 17 | 34 | 77 | 74 |
| Binary | 11011010 | 10010110 | 1011010 | 0 | 11111 | 111011 | 1111 | 11100 | 111111 | 111100 |
Color Harmonies of #DA965A
Complementary color
Monochromatic Colors of #DA965A
Black with #DA965A
Text Example
Text Example
White with #DA965A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA965A; }
p { color: rgb(218,150,90); }
H1.HeaderClassName
{
color: #DA965A;
}
.AnyTagClassName
{
color: #DA965A;
}
</style>
background-color css
<style>
a { background-color: #DA965A; }
a { background-color: rgb(218,150,90); }
div.DivClassName
{
background-color: #DA965A;
}
.BgClassName
{
background-color: #DA965A;
}
</style>
border-color css
<style>
span { border-color: #DA965A; }
span { border-color: rgb(218,150,90); }
td.TdClassName
{
border-color: #DA965A;
}
.TagClassName
{
border-color: #DA965A;
}
</style>