#D79565

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

Shades of Whiskey #D79565

Tints of Whiskey #D79565

Color information

#D79565 (or 0xD79565) is unknown color: approx Whiskey. HEX triplet: D7, 95 and 65. RGB value is (215,149,101). Sum of RGB (Red+Green+Blue) = 215+149+101=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D79565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79565 is #286A9A. Grayscale: #A3A3A3. Windows color (decimal): -2648731 or 6657495. OLE color: 6657495.

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

Color convert

RGB215149101-
CMYK00.310.530.16
HSL25.26º58.76%61.96%-
HSV(B)25.26º53.02%84.31%-
XYZ41.1236.8817.26-
YUV163.2692.87164.9-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.24%
GREEN value IS 149 (58.59% from 255) = 32.04%
BLUE value IS 101 (39.84% from 255) = 21.72%
R=46.24%
G=32.04%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514910100.310.530.1625.2658.7661.96
HexD7956501F3510193b3e
Octal3272251450376520317376
Binary110101111001010111001010111111101011000011001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79565; }

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

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

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

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

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

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

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

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