#DA9661

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

Shades of Whiskey Sour #DA9661

Tints of Whiskey Sour #DA9661

Color information

#DA9661 (or 0xDA9661) is unknown color: approx Whiskey Sour. HEX triplet: DA, 96 and 61. RGB value is (218,150,97). Sum of RGB (Red+Green+Blue) = 218+150+97=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 97 (38.28% from 255 or 20.86% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9661 is #25699E. Grayscale: #A4A4A4. Windows color (decimal): -2451871 or 6395610. OLE color: 6395610.

HSL color Cylindrical-coordinate representation of color #DA9661: hue angle of 26.28º 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 #DA9661 is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB21815097-
CMYK00.310.560.15
HSL26.28º62.05%61.76%-
HSV(B)26.28º55.5%85.49%-
XYZ41.9837.5816.35-
YUV164.2990.03166.31-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.88%
GREEN value IS 150 (58.98% from 255) = 32.26%
BLUE value IS 97 (38.28% from 255) = 20.86%
R=46.88%
G=32.26%
B=20.86%

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
Decimal2181509700.310.560.1526.2862.0561.76
HexDA966101F38F1a3e3e
Octal3322261410377017327676
Binary11011010100101101100001011111111000111111010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9661; }

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

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

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

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

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

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

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

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