#DA9161

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

Shades of Whiskey Sour #DA9161

Tints of Whiskey Sour #DA9161

Color information

#DA9161 (or 0xDA9161) is unknown color: approx Whiskey Sour. HEX triplet: DA, 91 and 61. RGB value is (218,145,97). Sum of RGB (Red+Green+Blue) = 218+145+97=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 97 (38.28% from 255 or 21.09% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9161 is #256E9E. Grayscale: #A1A1A1. Windows color (decimal): -2453151 or 6394330. OLE color: 6394330.

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

Color convert

RGB21814597-
CMYK00.330.560.15
HSL23.8º62.05%61.76%-
HSV(B)23.8º55.5%85.49%-
XYZ41.236.0216.09-
YUV161.3591.68168.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.39%
GREEN value IS 145 (57.03% from 255) = 31.52%
BLUE value IS 97 (38.28% from 255) = 21.09%
R=47.39%
G=31.52%
B=21.09%

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
Decimal2181459700.330.560.1523.862.0561.76
HexDA916102138F183e3e
Octal3322211410417017307676
Binary110110101001000111000010100001111000111111000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9161; }

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

 H1.HeaderClassName
 {
   color: #DA9161;
 }
 .AnyTagClassName
 {
   color: #DA9161;
 }
</style>
background-color css

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

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

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

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

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

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