#D79964

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

Shades of Whiskey Sour #D79964

Tints of Whiskey Sour #D79964

Color information

#D79964 (or 0xD79964) is unknown color: approx Whiskey Sour. HEX triplet: D7, 99 and 64. RGB value is (215,153,100). Sum of RGB (Red+Green+Blue) = 215+153+100=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 215 - color contains mainly: red. Hex color #D79964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79964 is #28669B. Grayscale: #A5A5A5. Windows color (decimal): -2647708 or 6592983. OLE color: 6592983.

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

Color convert

RGB215153100-
CMYK00.290.530.16
HSL27.65º58.97%61.76%-
HSV(B)27.65º53.49%84.31%-
XYZ41.7238.1517.22-
YUV165.591.04163.31-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.94%
GREEN value IS 153 (60.16% from 255) = 32.69%
BLUE value IS 100 (39.45% from 255) = 21.37%
R=45.94%
G=32.69%
B=21.37%

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
Decimal21515310000.290.530.1627.6558.9761.76
HexD7996401D35101c3b3e
Octal3272311440356520347376
Binary110101111001100111001000111011101011000011100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79964; }

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

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

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

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

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

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

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

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