#DA9353

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

Shades of Whiskey Sour #DA9353

Tints of Whiskey Sour #DA9353

Color information

#DA9353 (or 0xDA9353) is unknown color: approx Whiskey Sour. HEX triplet: DA, 93 and 53. RGB value is (218,147,83). Sum of RGB (Red+Green+Blue) = 218+147+83=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 147 (57.81% from 255 or 32.81% from 448); Blue value is 83 (32.81% from 255 or 18.53% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9353 is #256CAC. Grayscale: #A1A1A1. Windows color (decimal): -2452653 or 5477338. OLE color: 5477338.

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

Color convert

RGB21814783-
CMYK00.330.620.15
HSL28.44º64.59%59.02%-
HSV(B)28.44º61.93%85.49%-
XYZ40.9136.413.05-
YUV160.9384.02168.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.66%
GREEN value IS 147 (57.81% from 255) = 32.81%
BLUE value IS 83 (32.81% from 255) = 18.53%
R=48.66%
G=32.81%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181478300.330.620.1528.4464.5959.02
HexDA93530213EF1c413b
Octal33222312304176173410173
Binary1101101010010011101001101000011111101111111001000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9353; }

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

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

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

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

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

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

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

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