#DA8E50

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

Shades of Whiskey Sour #DA8E50

Tints of Whiskey Sour #DA8E50

Color information

#DA8E50 (or 0xDA8E50) is unknown color: approx Whiskey Sour. HEX triplet: DA, 8E and 50. RGB value is (218,142,80). Sum of RGB (Red+Green+Blue) = 218+142+80=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 142 (55.86% from 255 or 32.27% from 440); Blue value is 80 (31.64% from 255 or 18.18% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8E50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8E50 is #2571AF. Grayscale: #9D9D9D. Windows color (decimal): -2453936 or 5279450. OLE color: 5279450.

HSL color Cylindrical-coordinate representation of color #DA8E50: hue angle of 26.96º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA8E50 is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB21814280-
CMYK00.350.630.15
HSL26.96º65.09%58.43%-
HSV(B)26.96º63.3%85.49%-
XYZ40.0334.8312.2-
YUV157.6684.18171.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.55%
GREEN value IS 142 (55.86% from 255) = 32.27%
BLUE value IS 80 (31.64% from 255) = 18.18%
R=49.55%
G=32.27%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.63
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181428000.350.630.1526.9665.0958.43
HexDA8E500233FF1b413a
Octal33221612004377173310172
Binary1101101010001110101000001000111111111111110111000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8E50; }

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

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

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

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

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

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

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

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