#D79468

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

Shades of Whiskey #D79468

Tints of Whiskey #D79468

Color information

#D79468 (or 0xD79468) is unknown color: approx Whiskey. HEX triplet: D7, 94 and 68. RGB value is (215,148,104). Sum of RGB (Red+Green+Blue) = 215+148+104=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D79468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79468 is #286B97. Grayscale: #A3A3A3. Windows color (decimal): -2648984 or 6853847. OLE color: 6853847.

HSL color Cylindrical-coordinate representation of color #D79468: hue angle of 23.78º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D79468 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB215148104-
CMYK00.310.520.16
HSL23.78º58.12%62.55%-
HSV(B)23.78º51.63%84.31%-
XYZ41.1136.6318-
YUV163.0294.7165.08-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.04%
GREEN value IS 148 (58.20% from 255) = 31.69%
BLUE value IS 104 (41.02% from 255) = 22.27%
R=46.04%
G=31.69%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514810400.310.520.1623.7858.1262.55
HexD7946801F3410183a3f
Octal3272241500376420307277
Binary110101111001010011010000111111101001000011000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79468; }

 p { color: rgb(215,148,104); }

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

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

 a { background-color: rgb(215,148,104); }

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

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

 span { border-color: rgb(215,148,104); }

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