#D19864

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

Shades of Whiskey #D19864

Tints of Whiskey #D19864

Color information

#D19864 (or 0xD19864) is unknown color: approx Whiskey. HEX triplet: D1, 98 and 64. RGB value is (209,152,100). Sum of RGB (Red+Green+Blue) = 209+152+100=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 152 (59.77% from 255 or 32.97% from 461); Blue value is 100 (39.45% from 255 or 21.69% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D19864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19864 is #2E679B. Grayscale: #A3A3A3. Windows color (decimal): -3041180 or 6592721. OLE color: 6592721.

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

Color convert

RGB209152100-
CMYK00.270.520.18
HSL28.62º54.23%60.59%-
HSV(B)28.62º52.15%81.96%-
XYZ39.8236.9317.09-
YUV163.1192.38160.73-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.34%
GREEN value IS 152 (59.77% from 255) = 32.97%
BLUE value IS 100 (39.45% from 255) = 21.69%
R=45.34%
G=32.97%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915210000.270.520.1828.6254.2360.59
HexD1986401B34121d363d
Octal3212301440336422356675
Binary110100011001100011001000110111101001001011101110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19864; }

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

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

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

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

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

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

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

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