#D89150

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

Shades of Whiskey Sour #D89150

Tints of Whiskey Sour #D89150

Color information

#D89150 (or 0xD89150) is unknown color: approx Whiskey Sour. HEX triplet: D8, 91 and 50. RGB value is (216,145,80). Sum of RGB (Red+Green+Blue) = 216+145+80=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 145 (57.03% from 255 or 32.88% from 441); Blue value is 80 (31.64% from 255 or 18.14% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D89150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89150 is #276EAF. Grayscale: #9F9F9F. Windows color (decimal): -2584240 or 5280216. OLE color: 5280216.

HSL color Cylindrical-coordinate representation of color #D89150: hue angle of 28.68º 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 #D89150 is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB21614580-
CMYK00.330.630.15
HSL28.68º63.55%58.04%-
HSV(B)28.68º62.96%84.71%-
XYZ39.8935.4312.33-
YUV158.8283.52168.79-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.98%
GREEN value IS 145 (57.03% from 255) = 32.88%
BLUE value IS 80 (31.64% from 255) = 18.14%
R=48.98%
G=32.88%
B=18.14%

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
Decimal2161458000.330.630.1528.6863.5558.04
HexD891500213FF1d403a
Octal33022112004177173510072
Binary1101100010010001101000001000011111111111111011000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89150; }

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

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

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

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

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

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

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

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