#D78E5A

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

Shades of Whiskey Sour #D78E5A

Tints of Whiskey Sour #D78E5A

Color information

#D78E5A (or 0xD78E5A) is unknown color: approx Whiskey Sour. HEX triplet: D7, 8E and 5A. RGB value is (215,142,90). Sum of RGB (Red+Green+Blue) = 215+142+90=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 90 (35.55% from 255 or 20.13% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D78E5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78E5A is #2871A5. Grayscale: #9E9E9E. Windows color (decimal): -2650534 or 5934807. OLE color: 5934807.

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

Color convert

RGB21514290-
CMYK00.340.580.16
HSL24.96º60.98%59.8%-
HSV(B)24.96º58.14%84.31%-
XYZ39.5434.5314.25-
YUV157.989.68168.73-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 48.10%
GREEN value IS 142 (55.86% from 255) = 31.77%
BLUE value IS 90 (35.55% from 255) = 20.13%
R=48.10%
G=31.77%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151429000.340.580.1624.9660.9859.8
HexD78E5A0223A10193d3c
Octal3272161320427220317574
Binary1101011110001110101101001000101110101000011001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78E5A; }

 p { color: rgb(215,142,90); }

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

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

 a { background-color: rgb(215,142,90); }

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

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

 span { border-color: rgb(215,142,90); }

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