#D79864

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

Shades of Whiskey #D79864

Tints of Whiskey #D79864

Color information

#D79864 (or 0xD79864) is unknown color: approx Whiskey. HEX triplet: D7, 98 and 64. RGB value is (215,152,100). Sum of RGB (Red+Green+Blue) = 215+152+100=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 100 (39.45% from 255 or 21.41% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D79864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79864 is #28679B. Grayscale: #A5A5A5. Windows color (decimal): -2647964 or 6592727. OLE color: 6592727.

HSL color Cylindrical-coordinate representation of color #D79864: hue angle of 27.13º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D79864 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB215152100-
CMYK00.290.530.16
HSL27.13º58.97%61.76%-
HSV(B)27.13º53.49%84.31%-
XYZ41.5537.8217.17-
YUV164.9191.37163.73-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.04%
GREEN value IS 152 (59.77% from 255) = 32.55%
BLUE value IS 100 (39.45% from 255) = 21.41%
R=46.04%
G=32.55%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515210000.290.530.1627.1358.9761.76
HexD7986401D35101b3b3e
Octal3272301440356520337376
Binary110101111001100011001000111011101011000011011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79864; }

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

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

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

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

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

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

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

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