Html Css Color HEX #DA9059 Whiskey Sour

📋 copy color: '#DA9059'

red 218 ◦ green 144 ◦ blue 89

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

Shades of Whiskey Sour #DA9059

Tints of Whiskey Sour #DA9059

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.93%

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

R = 48.34%
G = 31.93%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DA9059 (or 0xDA9059) is known color: Whiskey Sour. HEX triplet: DA, 90 and 59. RGB value is (218,144,89). Sum of RGB (Red+Green+Blue) = 218+144+89=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 89 (35.16% from 255 or 19.73% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9059 is #256FA6. Grayscale: #A0A0A0. Windows color (decimal): -2453415 or 5869786. OLE color: 5869786.

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

Color convert

RGB 218 144 89 -
CMYK 0 0.34 0.59 0.15
HSL 25.58º 0.64% 0.6% -
HSV(B) 25.58º 0.59% 0.85% -
XYZ 40.69 35.57 14.17 -
YUV 159.86 88.02 169.47 -
System Red Green Blue C M Y K H S L
Decimal 218 144 89 0 0.34 0.59 0.15 25.58 0.64 0.6
Hex DA 90 59 0 22 3B F 1A 40 3C
Octal 332 220 131 0 42 73 17 32 100 74
Binary 11011010 10010000 1011001 0 100010 111011 1111 11010 1000000 111100

Color Harmonies of #DA9059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9059

Black with #DA9059

Text Example


Text Example

White with #DA9059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9059; }

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

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

background-color css

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

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

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

border-color css

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

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

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