Html Css Color HEX #DA9359 Whiskey Sour

📋 copy color: '#DA9359'

red 218 ◦ green 147 ◦ blue 89

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

Shades of Whiskey Sour #DA9359

Tints of Whiskey Sour #DA9359

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.38%

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

R = 48.02%
G = 32.38%
B = 19.6%

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

#DA9359 (or 0xDA9359) is known color: Whiskey Sour. HEX triplet: DA, 93 and 59. RGB value is (218,147,89). Sum of RGB (Red+Green+Blue) = 218+147+89=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 147 (57.81% from 255 or 32.38% from 454); Blue value is 89 (35.16% from 255 or 19.60% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9359 is #256CA6. Grayscale: #A1A1A1. Windows color (decimal): -2452647 or 5870554. OLE color: 5870554.

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

Color convert

RGB 218 147 89 -
CMYK 0 0.33 0.59 0.15
HSL 26.98º 0.64% 0.6% -
HSV(B) 26.98º 0.59% 0.85% -
XYZ 41.15 36.49 14.33 -
YUV 161.62 87.02 168.22 -
System Red Green Blue C M Y K H S L
Decimal 218 147 89 0 0.33 0.59 0.15 26.98 0.64 0.6
Hex DA 93 59 0 21 3B F 1B 40 3C
Octal 332 223 131 0 41 73 17 33 100 74
Binary 11011010 10010011 1011001 0 100001 111011 1111 11011 1000000 111100

Color Harmonies of #DA9359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9359

Black with #DA9359

Text Example


Text Example

White with #DA9359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9359; }

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

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

background-color css

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

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

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

border-color css

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

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

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