#D78A5D

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

Shades of Whiskey Sour #D78A5D

Tints of Whiskey Sour #D78A5D

Color information

#D78A5D (or 0xD78A5D) is unknown color: approx Whiskey Sour. HEX triplet: D7, 8A and 5D. RGB value is (215,138,93). Sum of RGB (Red+Green+Blue) = 215+138+93=446 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.21% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 93 (36.72% from 255 or 20.85% from 446); Max value from RGB is 215 - color contains mainly: red. Hex color #D78A5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78A5D is #2875A2. Grayscale: #9C9C9C. Windows color (decimal): -2651555 or 6130391. OLE color: 6130391.

HSL color Cylindrical-coordinate representation of color #D78A5D: hue angle of 22.13º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D78A5D is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21513893-
CMYK00.360.570.16
HSL22.13º60.4%60.39%-
HSV(B)22.13º56.74%84.31%-
XYZ39.0933.4114.75-
YUV155.8992.51170.16-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 48.21%
GREEN value IS 138 (54.30% from 255) = 30.94%
BLUE value IS 93 (36.72% from 255) = 20.85%
R=48.21%
G=30.94%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151389300.360.570.1622.1360.460.39
HexD78A5D0243910163c3c
Octal3272121350447120267474
Binary1101011110001010101110101001001110011000010110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78A5D; }

 p { color: rgb(215,138,93); }

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

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

 a { background-color: rgb(215,138,93); }

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

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

 span { border-color: rgb(215,138,93); }

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