#DA8E53

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

Shades of Whiskey Sour #DA8E53

Tints of Whiskey Sour #DA8E53

Color information

#DA8E53 (or 0xDA8E53) is unknown color: approx Whiskey Sour. HEX triplet: DA, 8E and 53. RGB value is (218,142,83). Sum of RGB (Red+Green+Blue) = 218+142+83=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 142 (55.86% from 255 or 32.05% from 443); Blue value is 83 (32.81% from 255 or 18.74% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8E53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8E53 is #2571AC. Grayscale: #9E9E9E. Windows color (decimal): -2453933 or 5476058. OLE color: 5476058.

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

Color convert

RGB21814283-
CMYK00.350.620.15
HSL26.22º64.59%59.02%-
HSV(B)26.22º61.93%85.49%-
XYZ40.1534.8812.8-
YUV15885.68170.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.21%
GREEN value IS 142 (55.86% from 255) = 32.05%
BLUE value IS 83 (32.81% from 255) = 18.74%
R=49.21%
G=32.05%
B=18.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181428300.350.620.1526.2264.5959.02
HexDA8E530233EF1a413b
Octal33221612304376173210173
Binary1101101010001110101001101000111111101111110101000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8E53; }

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

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

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

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

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

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

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

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