#DA9459

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

Shades of Whiskey Sour #DA9459

Tints of Whiskey Sour #DA9459

Color information

#DA9459 (or 0xDA9459) is unknown color: approx Whiskey Sour. HEX triplet: DA, 94 and 59. RGB value is (218,148,89). Sum of RGB (Red+Green+Blue) = 218+148+89=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 89 (35.16% from 255 or 19.56% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9459 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9459 is #256BA6. Grayscale: #A2A2A2. Windows color (decimal): -2452391 or 5870810. OLE color: 5870810.

HSL color Cylindrical-coordinate representation of color #DA9459: hue angle of 27.44º degrees, saturation: 0.64, 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 #DA9459 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB21814889-
CMYK00.320.590.15
HSL27.44º63.55%60.2%-
HSV(B)27.44º59.17%85.49%-
XYZ41.3136.8114.38-
YUV162.286.69167.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.91%
GREEN value IS 148 (58.20% from 255) = 32.53%
BLUE value IS 89 (35.16% from 255) = 19.56%
R=47.91%
G=32.53%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181488900.320.590.1527.4463.5560.2
HexDA94590203BF1b403c
Octal33222413104073173310074
Binary1101101010010100101100101000001110111111110111000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9459; }

 p { color: rgb(218,148,89); }

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

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

 a { background-color: rgb(218,148,89); }

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

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

 span { border-color: rgb(218,148,89); }

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