#D89052

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

Shades of Whiskey Sour #D89052

Tints of Whiskey Sour #D89052

Color information

#D89052 (or 0xD89052) is unknown color: approx Whiskey Sour. HEX triplet: D8, 90 and 52. RGB value is (216,144,82). Sum of RGB (Red+Green+Blue) = 216+144+82=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 144 (56.64% from 255 or 32.58% from 442); Blue value is 82 (32.42% from 255 or 18.55% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D89052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89052 is #276FAD. Grayscale: #9E9E9E. Windows color (decimal): -2584494 or 5411032. OLE color: 5411032.

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

Color convert

RGB21614482-
CMYK00.330.620.15
HSL27.76º63.21%58.43%-
HSV(B)27.76º62.04%84.71%-
XYZ39.8235.1512.67-
YUV158.4684.85169.04-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.87%
GREEN value IS 144 (56.64% from 255) = 32.58%
BLUE value IS 82 (32.42% from 255) = 18.55%
R=48.87%
G=32.58%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161448200.330.620.1527.7663.2158.43
HexD890520213EF1c3f3a
Octal3302201220417617347772
Binary110110001001000010100100100001111110111111100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89052; }

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

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

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

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

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

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

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

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