#D19460

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

Shades of Whiskey Sour #D19460

Tints of Whiskey Sour #D19460

Color information

#D19460 (or 0xD19460) is unknown color: approx Whiskey Sour. HEX triplet: D1, 94 and 60. RGB value is (209,148,96). Sum of RGB (Red+Green+Blue) = 209+148+96=453 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.14% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 96 (37.89% from 255 or 21.19% from 453); Max value from RGB is 209 - color contains mainly: red. Hex color #D19460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19460 is #2E6B9F. Grayscale: #A0A0A0. Windows color (decimal): -3042208 or 6329553. OLE color: 6329553.

HSL color Cylindrical-coordinate representation of color #D19460: hue angle of 27.61º 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 #D19460 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB20914896-
CMYK00.290.540.18
HSL27.61º55.12%59.8%-
HSV(B)27.61º54.07%81.96%-
XYZ3935.5815.88-
YUV160.3191.71162.73-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.14%
GREEN value IS 148 (58.20% from 255) = 32.67%
BLUE value IS 96 (37.89% from 255) = 21.19%
R=46.14%
G=32.67%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091489600.290.540.1827.6155.1259.8
HexD1946001D36121c373c
Octal3212241400356622346774
Binary110100011001010011000000111011101101001011100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19460; }

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

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

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

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

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

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

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

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