#D19A60

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

Shades of Whiskey Sour #D19A60

Tints of Whiskey Sour #D19A60

Color information

#D19A60 (or 0xD19A60) is unknown color: approx Whiskey Sour. HEX triplet: D1, 9A and 60. RGB value is (209,154,96). Sum of RGB (Red+Green+Blue) = 209+154+96=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 96 (37.89% from 255 or 20.92% from 459); Max value from RGB is 209 - color contains mainly: red. Hex color #D19A60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19A60 is #2E659F. Grayscale: #A4A4A4. Windows color (decimal): -3040672 or 6331089. OLE color: 6331089.

HSL color Cylindrical-coordinate representation of color #D19A60: hue angle of 30.8º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D19A60 is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB20915496-
CMYK00.260.540.18
HSL30.8º55.12%59.8%-
HSV(B)30.8º54.07%81.96%-
XYZ39.9637.5116.2-
YUV163.8389.72160.22-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.53%
GREEN value IS 154 (60.55% from 255) = 33.55%
BLUE value IS 96 (37.89% from 255) = 20.92%
R=45.53%
G=33.55%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091549600.260.540.1830.855.1259.8
HexD19A6001A36121f373c
Octal3212321400326622376774
Binary110100011001101011000000110101101101001011111110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19A60; }

 p { color: rgb(209,154,96); }

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

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

 a { background-color: rgb(209,154,96); }

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

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

 span { border-color: rgb(209,154,96); }

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