#D79A64

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

Shades of Whiskey Sour #D79A64

Tints of Whiskey Sour #D79A64

Color information

#D79A64 (or 0xD79A64) is unknown color: approx Whiskey Sour. HEX triplet: D7, 9A and 64. RGB value is (215,154,100). Sum of RGB (Red+Green+Blue) = 215+154+100=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 100 (39.45% from 255 or 21.32% from 469); Max value from RGB is 215 - color contains mainly: red. Hex color #D79A64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79A64 is #28659B. Grayscale: #A6A6A6. Windows color (decimal): -2647452 or 6593239. OLE color: 6593239.

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

Color convert

RGB215154100-
CMYK00.280.530.16
HSL28.17º58.97%61.76%-
HSV(B)28.17º53.49%84.31%-
XYZ41.8838.4817.28-
YUV166.0890.71162.89-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.84%
GREEN value IS 154 (60.55% from 255) = 32.84%
BLUE value IS 100 (39.45% from 255) = 21.32%
R=45.84%
G=32.84%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515410000.280.530.1628.1758.9761.76
HexD79A6401C35101c3b3e
Octal3272321440346520347376
Binary110101111001101011001000111001101011000011100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79A64; }

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

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

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

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

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

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

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

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