#D19764

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

Shades of Whiskey #D19764

Tints of Whiskey #D19764

Color information

#D19764 (or 0xD19764) is unknown color: approx Whiskey. HEX triplet: D1, 97 and 64. RGB value is (209,151,100). Sum of RGB (Red+Green+Blue) = 209+151+100=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 151 (59.38% from 255 or 32.83% from 460); Blue value is 100 (39.45% from 255 or 21.74% from 460); Max value from RGB is 209 - color contains mainly: red. Hex color #D19764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19764 is #2E689B. Grayscale: #A2A2A2. Windows color (decimal): -3041436 or 6592465. OLE color: 6592465.

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

Color convert

RGB209151100-
CMYK00.280.520.18
HSL28.07º54.23%60.59%-
HSV(B)28.07º52.15%81.96%-
XYZ39.6636.6117.03-
YUV162.5392.72161.15-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.43%
GREEN value IS 151 (59.38% from 255) = 32.83%
BLUE value IS 100 (39.45% from 255) = 21.74%
R=45.43%
G=32.83%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915110000.280.520.1828.0754.2360.59
HexD1976401C34121c363d
Octal3212271440346422346675
Binary110100011001011111001000111001101001001011100110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19764; }

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

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

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

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

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

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

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

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