#D19A56

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

Shades of Whiskey Sour #D19A56

Tints of Whiskey Sour #D19A56

Color information

#D19A56 (or 0xD19A56) is unknown color: approx Whiskey Sour. HEX triplet: D1, 9A and 56. RGB value is (209,154,86). Sum of RGB (Red+Green+Blue) = 209+154+86=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 154 (60.55% from 255 or 34.30% from 449); Blue value is 86 (33.98% from 255 or 19.15% from 449); Max value from RGB is 209 - color contains mainly: red. Hex color #D19A56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19A56 is #2E65A9. Grayscale: #A3A3A3. Windows color (decimal): -3040682 or 5675729. OLE color: 5675729.

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

Color convert

RGB20915486-
CMYK00.260.590.18
HSL33.17º57.21%57.84%-
HSV(B)33.17º58.85%81.96%-
XYZ39.5337.3413.93-
YUV162.6984.72161.03-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.55%
GREEN value IS 154 (60.55% from 255) = 34.30%
BLUE value IS 86 (33.98% from 255) = 19.15%
R=46.55%
G=34.30%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091548600.260.590.1833.1757.2157.84
HexD19A5601A3B1221393a
Octal3212321260327322417172
Binary1101000110011010101011001101011101110010100001111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19A56; }

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

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

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

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

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

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

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

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