#DA9660

Color #DA9660 Whiskey Sour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Whiskey Sour #DA9660

Tints of Whiskey Sour #DA9660

Color information

#DA9660 (or 0xDA9660) is unknown color: approx Whiskey Sour. HEX triplet: DA, 96 and 60. RGB value is (218,150,96). Sum of RGB (Red+Green+Blue) = 218+150+96=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 96 (37.89% from 255 or 20.69% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9660 is #25699F. Grayscale: #A4A4A4. Windows color (decimal): -2451872 or 6330074. OLE color: 6330074.

HSL color Cylindrical-coordinate representation of color #DA9660: hue angle of 26.56º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA9660 is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB21815096-
CMYK00.310.560.15
HSL26.56º62.24%61.57%-
HSV(B)26.56º55.96%85.49%-
XYZ41.9337.5616.11-
YUV164.1889.53166.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 46.98%
GREEN value IS 150 (58.98% from 255) = 32.33%
BLUE value IS 96 (37.89% from 255) = 20.69%
R=46.98%
G=32.33%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181509600.310.560.1526.5662.2461.57
HexDA966001F38F1b3e3e
Octal3322261400377017337676
Binary11011010100101101100000011111111000111111011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9660; }

 p { color: rgb(218,150,96); }

 H1.HeaderClassName
 {
   color: #DA9660;
 }
 .AnyTagClassName
 {
   color: #DA9660;
 }
</style>
background-color css

<style>
 a { background-color: #DA9660; }

 a { background-color: rgb(218,150,96); }

 div.DivClassName
 {
   background-color: #DA9660;
 }
 .BgClassName
 {
   background-color: #DA9660;
 }
</style>
border-color css

<style>
 span { border-color: #DA9660; }

 span { border-color: rgb(218,150,96); }

 td.TdClassName
 {
   border-color: #DA9660;
 }
 .TagClassName
 {
   border-color: #DA9660;
 }
</style>