#DA8E59

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

Shades of Whiskey Sour #DA8E59

Tints of Whiskey Sour #DA8E59

Color information

#DA8E59 (or 0xDA8E59) is unknown color: approx Whiskey Sour. HEX triplet: DA, 8E and 59. RGB value is (218,142,89). Sum of RGB (Red+Green+Blue) = 218+142+89=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 89 (35.16% from 255 or 19.82% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8E59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8E59 is #2571A6. Grayscale: #9E9E9E. Windows color (decimal): -2453927 or 5869274. OLE color: 5869274.

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

Color convert

RGB21814289-
CMYK00.350.590.15
HSL24.65º63.55%60.2%-
HSV(B)24.65º59.17%85.49%-
XYZ40.3934.9714.07-
YUV158.6888.68170.31-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.55%
GREEN value IS 142 (55.86% from 255) = 31.63%
BLUE value IS 89 (35.16% from 255) = 19.82%
R=48.55%
G=31.63%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181428900.350.590.1524.6563.5560.2
HexDA8E590233BF19403c
Octal33221613104373173110074
Binary1101101010001110101100101000111110111111110011000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8E59; }

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

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

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

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

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

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

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

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