Html Css Color HEX #DA9462 Whiskey Sour

📋 copy color: '#DA9462'

red 218 ◦ green 148 ◦ blue 98

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

Shades of Whiskey Sour #DA9462

Tints of Whiskey Sour #DA9462

RGB

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

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

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

R = 46.98%
G = 31.9%
B = 21.12%

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

#DA9462 (or 0xDA9462) is known color: Whiskey Sour. HEX triplet: DA, 94 and 62. RGB value is (218,148,98). Sum of RGB (Red+Green+Blue) = 218+148+98=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 98 (38.67% from 255 or 21.12% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9462 is #256B9D. Grayscale: #A3A3A3. Windows color (decimal): -2452382 or 6460634. OLE color: 6460634.

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

Color convert

RGB 218 148 98 -
CMYK 0 0.32 0.55 0.15
HSL 25º 0.62% 0.62% -
HSV(B) 25º 0.55% 0.85% -
XYZ 41.71 36.97 16.49 -
YUV 163.23 91.19 167.07 -
System Red Green Blue C M Y K H S L
Decimal 218 148 98 0 0.32 0.55 0.15 25 0.62 0.62
Hex DA 94 62 0 20 37 F 19 3E 3E
Octal 332 224 142 0 40 67 17 31 76 76
Binary 11011010 10010100 1100010 0 100000 110111 1111 11001 111110 111110

Color Harmonies of #DA9462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9462

Black with #DA9462

Text Example


Text Example

White with #DA9462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9462; }

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

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

background-color css

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

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

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

border-color css

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

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

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