Html Css Color HEX #DA9360 Whiskey Sour

📋 copy color: '#DA9360'

red 218 ◦ green 147 ◦ blue 96

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

Shades of Whiskey Sour #DA9360

Tints of Whiskey Sour #DA9360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.82%

R = 47.29%
G = 31.89%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA9360 (or 0xDA9360) is known color: Whiskey Sour. HEX triplet: DA, 93 and 60. RGB value is (218,147,96). Sum of RGB (Red+Green+Blue) = 218+147+96=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 96 (37.89% from 255 or 20.82% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9360 is #256C9F. Grayscale: #A2A2A2. Windows color (decimal): -2452640 or 6329306. OLE color: 6329306.

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

Color convert

RGB 218 147 96 -
CMYK 0 0.33 0.56 0.15
HSL 25.08º 0.62% 0.62% -
HSV(B) 25.08º 0.56% 0.85% -
XYZ 41.46 36.62 15.95 -
YUV 162.42 90.52 167.65 -
System Red Green Blue C M Y K H S L
Decimal 218 147 96 0 0.33 0.56 0.15 25.08 0.62 0.62
Hex DA 93 60 0 21 38 F 19 3E 3E
Octal 332 223 140 0 41 70 17 31 76 76
Binary 11011010 10010011 1100000 0 100001 111000 1111 11001 111110 111110

Color Harmonies of #DA9360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9360

Black with #DA9360

Text Example


Text Example

White with #DA9360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9360; }

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

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

background-color css

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

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

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

border-color css

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

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

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