Html Css Color HEX #DA9261 Whiskey Sour

📋 copy color: '#DA9261'

red 218 ◦ green 146 ◦ blue 97

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

Shades of Whiskey Sour #DA9261

Tints of Whiskey Sour #DA9261

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.67%

 BLUE value IS 97 (38.28% from 255) = 21.04%

R = 47.29%
G = 31.67%
B = 21.04%

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

#DA9261 (or 0xDA9261) is known color: Whiskey Sour. HEX triplet: DA, 92 and 61. RGB value is (218,146,97). Sum of RGB (Red+Green+Blue) = 218+146+97=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 97 (38.28% from 255 or 21.04% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9261 is #256D9E. Grayscale: #A2A2A2. Windows color (decimal): -2452895 or 6394586. OLE color: 6394586.

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

Color convert

RGB 218 146 97 -
CMYK 0 0.33 0.56 0.15
HSL 24.3º 0.62% 0.62% -
HSV(B) 24.3º 0.56% 0.85% -
XYZ 41.35 36.33 16.14 -
YUV 161.94 91.35 167.98 -
System Red Green Blue C M Y K H S L
Decimal 218 146 97 0 0.33 0.56 0.15 24.3 0.62 0.62
Hex DA 92 61 0 21 38 F 18 3E 3E
Octal 332 222 141 0 41 70 17 30 76 76
Binary 11011010 10010010 1100001 0 100001 111000 1111 11000 111110 111110

Color Harmonies of #DA9261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9261

Black with #DA9261

Text Example


Text Example

White with #DA9261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9261; }

 p { color: rgb(218,146,97); }

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

background-color css

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

 a { background-color: rgb(218,146,97); }

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

border-color css

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

 span { border-color: rgb(218,146,97); }

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