#D78C5C

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

Shades of Whiskey Sour #D78C5C

Tints of Whiskey Sour #D78C5C

Color information

#D78C5C (or 0xD78C5C) is unknown color: approx Whiskey Sour. HEX triplet: D7, 8C and 5C. RGB value is (215,140,92). Sum of RGB (Red+Green+Blue) = 215+140+92=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 140 (55.08% from 255 or 31.32% from 447); Blue value is 92 (36.33% from 255 or 20.58% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D78C5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78C5C is #2873A3. Grayscale: #9D9D9D. Windows color (decimal): -2651044 or 6065367. OLE color: 6065367.

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

Color convert

RGB21514092-
CMYK00.350.570.16
HSL23.41º60.59%60.2%-
HSV(B)23.41º57.21%84.31%-
XYZ39.3333.9814.61-
YUV156.9591.35169.4-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 48.10%
GREEN value IS 140 (55.08% from 255) = 31.32%
BLUE value IS 92 (36.33% from 255) = 20.58%
R=48.10%
G=31.32%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151409200.350.570.1623.4160.5960.2
HexD78C5C0233910173d3c
Octal3272141340437120277574
Binary1101011110001100101110001000111110011000010111111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78C5C; }

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

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

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

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

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

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

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

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