Html Css Color HEX #DA9460 Whiskey Sour

📋 copy color: '#DA9460'

red 218 ◦ green 148 ◦ blue 96

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

Shades of Whiskey Sour #DA9460

Tints of Whiskey Sour #DA9460

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.03%

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

R = 47.19%
G = 32.03%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA9460 (or 0xDA9460) is known color: Whiskey Sour. HEX triplet: DA, 94 and 60. RGB value is (218,148,96). Sum of RGB (Red+Green+Blue) = 218+148+96=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 148 (58.20% from 255 or 32.03% from 462); Blue value is 96 (37.89% from 255 or 20.78% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9460 is #256B9F. Grayscale: #A3A3A3. Windows color (decimal): -2452384 or 6329562. OLE color: 6329562.

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

Color convert

RGB 218 148 96 -
CMYK 0 0.32 0.56 0.15
HSL 25.57º 0.62% 0.62% -
HSV(B) 25.57º 0.56% 0.85% -
XYZ 41.61 36.93 16 -
YUV 163 90.19 167.23 -
System Red Green Blue C M Y K H S L
Decimal 218 148 96 0 0.32 0.56 0.15 25.57 0.62 0.62
Hex DA 94 60 0 20 38 F 1A 3E 3E
Octal 332 224 140 0 40 70 17 32 76 76
Binary 11011010 10010100 1100000 0 100000 111000 1111 11010 111110 111110

Color Harmonies of #DA9460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9460

Black with #DA9460

Text Example


Text Example

White with #DA9460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9460; }

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

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

background-color css

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

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

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

border-color css

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

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

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