#da8e5b

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

Shades of Whiskey Sour #DA8E5B

Tints of Whiskey Sour #DA8E5B

Color information

#DA8E5B (or 0xDA8E5B) is unknown color: approx Whiskey Sour. HEX triplet: DA, 8E and 5B. RGB value is (218,142,91). Sum of RGB (Red+Green+Blue) = 218+142+91=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 142 (55.86% from 255 or 31.49% from 451); Blue value is 91 (35.94% from 255 or 20.18% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8E5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8E5B is #2571A4. Grayscale: #9F9F9F. Windows color (decimal): -2453925 or 6000346. OLE color: 6000346.

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

Color convert

RGB21814291-
CMYK00.350.580.15
HSL24.09º63.18%60.59%-
HSV(B)24.09º58.26%85.49%-
XYZ40.4735.0114.52-
YUV158.9189.68170.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.34%
GREEN value IS 142 (55.86% from 255) = 31.49%
BLUE value IS 91 (35.94% from 255) = 20.18%
R=48.34%
G=31.49%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181429100.350.580.1524.0963.1860.59
HexDA8E5B0233AF183f3d
Octal3322161330437217307775
Binary110110101000111010110110100011111010111111000111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da8e5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #da8e5b; }

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

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

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

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

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

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

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

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