#D19464

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

Shades of Whiskey #D19464

Tints of Whiskey #D19464

Color information

#D19464 (or 0xD19464) is unknown color: approx Whiskey. HEX triplet: D1, 94 and 64. RGB value is (209,148,100). Sum of RGB (Red+Green+Blue) = 209+148+100=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 100 (39.45% from 255 or 21.88% from 457); Max value from RGB is 209 - color contains mainly: red. Hex color #D19464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19464 is #2E6B9B. Grayscale: #A1A1A1. Windows color (decimal): -3042204 or 6591697. OLE color: 6591697.

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

Color convert

RGB209148100-
CMYK00.290.520.18
HSL26.42º54.23%60.59%-
HSV(B)26.42º52.15%81.96%-
XYZ39.1835.6616.87-
YUV160.7793.71162.4-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.73%
GREEN value IS 148 (58.20% from 255) = 32.39%
BLUE value IS 100 (39.45% from 255) = 21.88%
R=45.73%
G=32.39%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914810000.290.520.1826.4254.2360.59
HexD1946401D34121a363d
Octal3212241440356422326675
Binary110100011001010011001000111011101001001011010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19464; }

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

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

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

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

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

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

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

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