#DA9356

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

Shades of Whiskey Sour #DA9356

Tints of Whiskey Sour #DA9356

Color information

#DA9356 (or 0xDA9356) is unknown color: approx Whiskey Sour. HEX triplet: DA, 93 and 56. RGB value is (218,147,86). Sum of RGB (Red+Green+Blue) = 218+147+86=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 147 (57.81% from 255 or 32.59% from 451); Blue value is 86 (33.98% from 255 or 19.07% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9356 is #256CA9. Grayscale: #A1A1A1. Windows color (decimal): -2452650 or 5673946. OLE color: 5673946.

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

Color convert

RGB21814786-
CMYK00.330.610.15
HSL27.73º64.08%59.61%-
HSV(B)27.73º60.55%85.49%-
XYZ41.0336.4413.68-
YUV161.2885.52168.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.34%
GREEN value IS 147 (57.81% from 255) = 32.59%
BLUE value IS 86 (33.98% from 255) = 19.07%
R=48.34%
G=32.59%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181478600.330.610.1527.7364.0859.61
HexDA93560213DF1c403c
Octal33222312604175173410074
Binary1101101010010011101011001000011111011111111001000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9356; }

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

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

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

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

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

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

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

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