Html Css Color HEX #DA9562 Whiskey Sour

📋 copy color: '#DA9562'

red 218 ◦ green 149 ◦ blue 98

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

Shades of Whiskey Sour #DA9562

Tints of Whiskey Sour #DA9562

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.04%

 BLUE value IS 98 (38.67% from 255) = 21.08%

R = 46.88%
G = 32.04%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DA9562 (or 0xDA9562) is known color: Whiskey Sour. HEX triplet: DA, 95 and 62. RGB value is (218,149,98). Sum of RGB (Red+Green+Blue) = 218+149+98=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9562 is #256A9D. Grayscale: #A4A4A4. Windows color (decimal): -2452126 or 6460890. OLE color: 6460890.

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

Color convert

RGB 218 149 98 -
CMYK 0 0.32 0.55 0.15
HSL 25.5º 0.62% 0.62% -
HSV(B) 25.5º 0.55% 0.85% -
XYZ 41.87 37.28 16.54 -
YUV 163.82 90.86 166.65 -
System Red Green Blue C M Y K H S L
Decimal 218 149 98 0 0.32 0.55 0.15 25.5 0.62 0.62
Hex DA 95 62 0 20 37 F 1A 3E 3E
Octal 332 225 142 0 40 67 17 32 76 76
Binary 11011010 10010101 1100010 0 100000 110111 1111 11010 111110 111110

Color Harmonies of #DA9562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9562

Black with #DA9562

Text Example


Text Example

White with #DA9562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9562; }

 p { color: rgb(218,149,98); }

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

background-color css

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

 a { background-color: rgb(218,149,98); }

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

border-color css

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

 span { border-color: rgb(218,149,98); }

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