Html Css Color HEX #DA9350 Whiskey Sour

📋 copy color: '#DA9350'

red 218 ◦ green 147 ◦ blue 80

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

Shades of Whiskey Sour #DA9350

Tints of Whiskey Sour #DA9350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.98%

R = 48.99%
G = 33.03%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DA9350 (or 0xDA9350) is known color: Whiskey Sour. HEX triplet: DA, 93 and 50. RGB value is (218,147,80). Sum of RGB (Red+Green+Blue) = 218+147+80=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 147 (57.81% from 255 or 33.03% from 445); Blue value is 80 (31.64% from 255 or 17.98% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9350 is #256CAF. Grayscale: #A0A0A0. Windows color (decimal): -2452656 or 5280730. OLE color: 5280730.

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

Color convert

RGB 218 147 80 -
CMYK 0 0.33 0.63 0.15
HSL 29.13º 0.65% 0.58% -
HSV(B) 29.13º 0.63% 0.85% -
XYZ 40.8 36.35 12.46 -
YUV 160.59 82.52 168.95 -
System Red Green Blue C M Y K H S L
Decimal 218 147 80 0 0.33 0.63 0.15 29.13 0.65 0.58
Hex DA 93 50 0 21 3F F 1D 41 3A
Octal 332 223 120 0 41 77 17 35 101 72
Binary 11011010 10010011 1010000 0 100001 111111 1111 11101 1000001 111010

Color Harmonies of #DA9350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9350

Black with #DA9350

Text Example


Text Example

White with #DA9350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9350; }

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

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

background-color css

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

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

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

border-color css

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

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

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