Html Css Color HEX #DA9663 Whiskey Sour

📋 copy color: '#DA9663'

red 218 ◦ green 150 ◦ blue 99

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

Shades of Whiskey Sour #DA9663

Tints of Whiskey Sour #DA9663

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.12%

 BLUE value IS 99 (39.06% from 255) = 21.2%

R = 46.68%
G = 32.12%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DA9663 (or 0xDA9663) is known color: Whiskey Sour. HEX triplet: DA, 96 and 63. RGB value is (218,150,99). Sum of RGB (Red+Green+Blue) = 218+150+99=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 99 (39.06% from 255 or 21.20% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9663 is #25699C. Grayscale: #A4A4A4. Windows color (decimal): -2451869 or 6526682. OLE color: 6526682.

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

Color convert

RGB 218 150 99 -
CMYK 0 0.31 0.55 0.15
HSL 25.71º 0.62% 0.62% -
HSV(B) 25.71º 0.55% 0.85% -
XYZ 42.07 37.62 16.85 -
YUV 164.52 91.03 166.15 -
System Red Green Blue C M Y K H S L
Decimal 218 150 99 0 0.31 0.55 0.15 25.71 0.62 0.62
Hex DA 96 63 0 1F 37 F 1A 3E 3E
Octal 332 226 143 0 37 67 17 32 76 76
Binary 11011010 10010110 1100011 0 11111 110111 1111 11010 111110 111110

Color Harmonies of #DA9663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9663

Black with #DA9663

Text Example


Text Example

White with #DA9663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9663; }

 p { color: rgb(218,150,99); }

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

background-color css

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

 a { background-color: rgb(218,150,99); }

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

border-color css

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

 span { border-color: rgb(218,150,99); }

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