#D19D64

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

Shades of Whiskey Sour #D19D64

Tints of Whiskey Sour #D19D64

Color information

#D19D64 (or 0xD19D64) is unknown color: approx Whiskey Sour. HEX triplet: D1, 9D and 64. RGB value is (209,157,100). Sum of RGB (Red+Green+Blue) = 209+157+100=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 100 (39.45% from 255 or 21.46% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D19D64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19D64 is #2E629B. Grayscale: #A6A6A6. Windows color (decimal): -3039900 or 6594001. OLE color: 6594001.

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

Color convert

RGB209157100-
CMYK00.250.520.18
HSL31.38º54.23%60.59%-
HSV(B)31.38º52.15%81.96%-
XYZ40.6538.5917.36-
YUV166.0590.73158.63-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.85%
GREEN value IS 157 (61.72% from 255) = 33.69%
BLUE value IS 100 (39.45% from 255) = 21.46%
R=44.85%
G=33.69%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915710000.250.520.1831.3854.2360.59
HexD19D6401934121f363d
Octal3212351440316422376675
Binary110100011001110111001000110011101001001011111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19D64; }

 p { color: rgb(209,157,100); }

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

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

 a { background-color: rgb(209,157,100); }

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

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

 span { border-color: rgb(209,157,100); }

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