#DA9663

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

Shades of Whiskey Sour #DA9663

Tints of Whiskey Sour #DA9663

Color information

#DA9663 (or 0xDA9663) is unknown color: approx Whiskey Sour. HEX triplet: DA, 96 and 63. RGB value is (218,150,99). Sum of RGB (Red+Green+Blue) = 218+150+99=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 99 (39.06% from 255 or 21.20% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9663 is #25699C. Grayscale: #A4A4A4. Windows color (decimal): -2451869 or 6526682. OLE color: 6526682.

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

Color convert

RGB21815099-
CMYK00.310.550.15
HSL25.71º61.66%62.16%-
HSV(B)25.71º54.59%85.49%-
XYZ42.0737.6216.85-
YUV164.5291.03166.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.68%
GREEN value IS 150 (58.98% from 255) = 32.12%
BLUE value IS 99 (39.06% from 255) = 21.20%
R=46.68%
G=32.12%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181509900.310.550.1525.7161.6662.16
HexDA966301F37F1a3e3e
Octal3322261430376717327676
Binary11011010100101101100011011111110111111111010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9663; }

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

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

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

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

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

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

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

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