#D89050

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

Shades of Whiskey Sour #D89050

Tints of Whiskey Sour #D89050

Color information

#D89050 (or 0xD89050) is unknown color: approx Whiskey Sour. HEX triplet: D8, 90 and 50. RGB value is (216,144,80). Sum of RGB (Red+Green+Blue) = 216+144+80=440 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.09% from 440); Green value is 144 (56.64% from 255 or 32.73% from 440); Blue value is 80 (31.64% from 255 or 18.18% from 440); Max value from RGB is 216 - color contains mainly: red. Hex color #D89050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89050 is #276FAF. Grayscale: #9E9E9E. Windows color (decimal): -2584496 or 5279960. OLE color: 5279960.

HSL color Cylindrical-coordinate representation of color #D89050: hue angle of 28.24º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D89050 is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB21614480-
CMYK00.330.630.15
HSL28.24º63.55%58.04%-
HSV(B)28.24º62.96%84.71%-
XYZ39.7435.1212.27-
YUV158.2383.85169.2-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.09%
GREEN value IS 144 (56.64% from 255) = 32.73%
BLUE value IS 80 (31.64% from 255) = 18.18%
R=49.09%
G=32.73%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.63
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161448000.330.630.1528.2463.5558.04
HexD890500213FF1c403a
Octal33022012004177173410072
Binary1101100010010000101000001000011111111111111001000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89050; }

 p { color: rgb(216,144,80); }

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

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

 a { background-color: rgb(216,144,80); }

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

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

 span { border-color: rgb(216,144,80); }

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