#D78D5C

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

Shades of Whiskey Sour #D78D5C

Tints of Whiskey Sour #D78D5C

Color information

#D78D5C (or 0xD78D5C) is unknown color: approx Whiskey Sour. HEX triplet: D7, 8D and 5C. RGB value is (215,141,92). Sum of RGB (Red+Green+Blue) = 215+141+92=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D78D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78D5C is #2872A3. Grayscale: #9D9D9D. Windows color (decimal): -2650788 or 6065623. OLE color: 6065623.

HSL color Cylindrical-coordinate representation of color #D78D5C: hue angle of 23.9º degrees, saturation: 0.61, 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 #D78D5C is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21514192-
CMYK00.340.570.16
HSL23.9º60.59%60.2%-
HSV(B)23.9º57.21%84.31%-
XYZ39.4834.2714.66-
YUV157.5491.02168.98-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.99%
GREEN value IS 141 (55.47% from 255) = 31.47%
BLUE value IS 92 (36.33% from 255) = 20.54%
R=47.99%
G=31.47%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151419200.340.570.1623.960.5960.2
HexD78D5C0223910183d3c
Octal3272151340427120307574
Binary1101011110001101101110001000101110011000011000111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78D5C; }

 p { color: rgb(215,141,92); }

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

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

 a { background-color: rgb(215,141,92); }

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

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

 span { border-color: rgb(215,141,92); }

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