#D79365

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

Shades of Whiskey #D79365

Tints of Whiskey #D79365

Color information

#D79365 (or 0xD79365) is unknown color: approx Whiskey. HEX triplet: D7, 93 and 65. RGB value is (215,147,101). Sum of RGB (Red+Green+Blue) = 215+147+101=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 147 (57.81% from 255 or 31.75% from 463); Blue value is 101 (39.84% from 255 or 21.81% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D79365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79365 is #286C9A. Grayscale: #A2A2A2. Windows color (decimal): -2649243 or 6656983. OLE color: 6656983.

HSL color Cylindrical-coordinate representation of color #D79365: hue angle of 24.21º 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 #D79365 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB215147101-
CMYK00.320.530.16
HSL24.21º58.76%61.96%-
HSV(B)24.21º53.02%84.31%-
XYZ40.8136.2517.16-
YUV162.0993.53165.74-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.44%
GREEN value IS 147 (57.81% from 255) = 31.75%
BLUE value IS 101 (39.84% from 255) = 21.81%
R=46.44%
G=31.75%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514710100.320.530.1624.2158.7661.96
HexD793650203510183b3e
Octal3272231450406520307376
Binary1101011110010011110010101000001101011000011000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79365; }

 p { color: rgb(215,147,101); }

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

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

 a { background-color: rgb(215,147,101); }

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

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

 span { border-color: rgb(215,147,101); }

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