#DA9261

Color #DA9261 Whiskey Sour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Whiskey Sour #DA9261

Tints of Whiskey Sour #DA9261

Color information

#DA9261 (or 0xDA9261) is unknown color: approx 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

RGB21814697-
CMYK00.330.560.15
HSL24.3º62.05%61.76%-
HSV(B)24.3º55.5%85.49%-
XYZ41.3536.3316.14-
YUV161.9491.35167.98-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181469700.330.560.1524.362.0561.76
HexDA926102138F183e3e
Octal3322221410417017307676
Binary110110101001001011000010100001111000111111000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>