Html Css Color HEX #DA9159 Whiskey Sour

📋 copy color: '#DA9159'

red 218 ◦ green 145 ◦ blue 89

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

Shades of Whiskey Sour #DA9159

Tints of Whiskey Sour #DA9159

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.08%

 BLUE value IS 89 (35.16% from 255) = 19.69%

R = 48.23%
G = 32.08%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DA9159 (or 0xDA9159) is known color: Whiskey Sour. HEX triplet: DA, 91 and 59. RGB value is (218,145,89). Sum of RGB (Red+Green+Blue) = 218+145+89=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 89 (35.16% from 255 or 19.69% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9159 is #256EA6. Grayscale: #A0A0A0. Windows color (decimal): -2453159 or 5870042. OLE color: 5870042.

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

Color convert

RGB 218 145 89 -
CMYK 0 0.33 0.59 0.15
HSL 26.05º 0.64% 0.6% -
HSV(B) 26.05º 0.59% 0.85% -
XYZ 40.84 35.88 14.22 -
YUV 160.44 87.68 169.05 -
System Red Green Blue C M Y K H S L
Decimal 218 145 89 0 0.33 0.59 0.15 26.05 0.64 0.6
Hex DA 91 59 0 21 3B F 1A 40 3C
Octal 332 221 131 0 41 73 17 32 100 74
Binary 11011010 10010001 1011001 0 100001 111011 1111 11010 1000000 111100

Color Harmonies of #DA9159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9159

Black with #DA9159

Text Example


Text Example

White with #DA9159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9159; }

 p { color: rgb(218,145,89); }

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

background-color css

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

 a { background-color: rgb(218,145,89); }

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

border-color css

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

 span { border-color: rgb(218,145,89); }

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