Shades of Whiskey Sour #DA965B
Tints of Whiskey Sour #DA965B
RGB
CMYK
RGB Variations
Color information
#DA965B (or 0xDA965B) is known color: Whiskey Sour. HEX triplet: DA, 96 and 5B. RGB value is (218,150,91). Sum of RGB (Red+Green+Blue) = 218+150+91=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 91 (35.94% from 255 or 19.83% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA965B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA965B is #2569A4. Grayscale: #A3A3A3. Windows color (decimal): -2451877 or 6002394. OLE color: 6002394.
HSL color Cylindrical-coordinate representation of color #DA965B: hue angle of 27.87º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA965B is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 150 | 91 | - |
| CMYK | 0 | 0.31 | 0.58 | 0.15 |
| HSL | 27.87º | 0.63% | 0.61% | - |
| HSV(B) | 27.87º | 0.58% | 0.85% | - |
| XYZ | 41.71 | 37.47 | 14.93 | - |
| YUV | 163.61 | 87.03 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 150 | 91 | 0 | 0.31 | 0.58 | 0.15 | 27.87 | 0.63 | 0.61 |
| Hex | DA | 96 | 5B | 0 | 1F | 3A | F | 1C | 3F | 3D |
| Octal | 332 | 226 | 133 | 0 | 37 | 72 | 17 | 34 | 77 | 75 |
| Binary | 11011010 | 10010110 | 1011011 | 0 | 11111 | 111010 | 1111 | 11100 | 111111 | 111101 |
Color Harmonies of #DA965B
Complementary color
Monochromatic Colors of #DA965B
Black with #DA965B
Text Example
Text Example
White with #DA965B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA965B; }
p { color: rgb(218,150,91); }
H1.HeaderClassName
{
color: #DA965B;
}
.AnyTagClassName
{
color: #DA965B;
}
</style>
background-color css
<style>
a { background-color: #DA965B; }
a { background-color: rgb(218,150,91); }
div.DivClassName
{
background-color: #DA965B;
}
.BgClassName
{
background-color: #DA965B;
}
</style>
border-color css
<style>
span { border-color: #DA965B; }
span { border-color: rgb(218,150,91); }
td.TdClassName
{
border-color: #DA965B;
}
.TagClassName
{
border-color: #DA965B;
}
</style>