Html Css Color HEX #DA9557 Whiskey Sour

📋 copy color: '#DA9557'

red 218 ◦ green 149 ◦ blue 87

#DA9557
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Whiskey Sour #DA9557

Tints of Whiskey Sour #DA9557

RGB

 RED value IS 218 (85.55% from 255) = 48.02%

 GREEN value IS 149 (58.59% from 255) = 32.82%

 BLUE value IS 87 (34.38% from 255) = 19.16%

R = 48.02%
G = 32.82%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DA9557 (or 0xDA9557) is known color: Whiskey Sour. HEX triplet: DA, 95 and 57. RGB value is (218,149,87). Sum of RGB (Red+Green+Blue) = 218+149+87=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 87 (34.38% from 255 or 19.16% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9557 is #256AA8. Grayscale: #A2A2A2. Windows color (decimal): -2452137 or 5739994. OLE color: 5739994.

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

Color convert

RGB 218 149 87 -
CMYK 0 0.32 0.60 0.15
HSL 28.4º 0.64% 0.6% -
HSV(B) 28.4º 0.6% 0.85% -
XYZ 41.38 37.09 13.99 -
YUV 162.56 85.36 167.54 -
System Red Green Blue C M Y K H S L
Decimal 218 149 87 0 0.32 0.60 0.15 28.4 0.64 0.6
Hex DA 95 57 0 20 3C F 1C 40 3C
Octal 332 225 127 0 40 74 17 34 100 74
Binary 11011010 10010101 1010111 0 100000 111100 1111 11100 1000000 111100

Color Harmonies of #DA9557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9557

Black with #DA9557

Text Example


Text Example

White with #DA9557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9557; }

 p { color: rgb(218,149,87); }

 H1.HeaderClassName
 {
   color: #DA9557;
 }
 .AnyTagClassName
 {
   color: #DA9557;
 }
</style>

background-color css

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

 a { background-color: rgb(218,149,87); }

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

border-color css

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

 span { border-color: rgb(218,149,87); }

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