#D49350

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

Shades of Whiskey Sour #D49350

Tints of Whiskey Sour #D49350

Color information

#D49350 (or 0xD49350) is unknown color: approx Whiskey Sour. HEX triplet: D4, 93 and 50. RGB value is (212,147,80). Sum of RGB (Red+Green+Blue) = 212+147+80=439 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.29% from 439); Green value is 147 (57.81% from 255 or 33.49% from 439); Blue value is 80 (31.64% from 255 or 18.22% from 439); Max value from RGB is 212 - color contains mainly: red. Hex color #D49350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49350 is #2B6CAF. Grayscale: #9F9F9F. Windows color (decimal): -2845872 or 5280724. OLE color: 5280724.

HSL color Cylindrical-coordinate representation of color #D49350: hue angle of 30.45º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D49350 is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB21214780-
CMYK00.310.620.17
HSL30.45º60.55%57.25%-
HSV(B)30.45º62.26%83.14%-
XYZ39.0335.4412.37-
YUV158.883.53165.95-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.29%
GREEN value IS 147 (57.81% from 255) = 33.49%
BLUE value IS 80 (31.64% from 255) = 18.22%
R=48.29%
G=33.49%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.62
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121478000.310.620.1730.4560.5557.25
HexD4935001F3E111e3d39
Octal3242231200377621367571
Binary110101001001001110100000111111111101000111110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49350; }

 p { color: rgb(212,147,80); }

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

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

 a { background-color: rgb(212,147,80); }

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

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

 span { border-color: rgb(212,147,80); }

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