#D49450

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

Shades of Whiskey Sour #D49450

Tints of Whiskey Sour #D49450

Color information

#D49450 (or 0xD49450) is unknown color: approx Whiskey Sour. HEX triplet: D4, 94 and 50. RGB value is (212,148,80). Sum of RGB (Red+Green+Blue) = 212+148+80=440 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.18% from 440); Green value is 148 (58.20% from 255 or 33.64% from 440); Blue value is 80 (31.64% from 255 or 18.18% from 440); Max value from RGB is 212 - color contains mainly: red. Hex color #D49450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49450 is #2B6BAF. Grayscale: #9F9F9F. Windows color (decimal): -2845616 or 5280980. OLE color: 5280980.

HSL color Cylindrical-coordinate representation of color #D49450: hue angle of 30.91º 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 #D49450 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB21214880-
CMYK00.300.620.17
HSL30.91º60.55%57.25%-
HSV(B)30.91º62.26%83.14%-
XYZ39.1935.7612.43-
YUV159.3883.2165.53-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.18%
GREEN value IS 148 (58.20% from 255) = 33.64%
BLUE value IS 80 (31.64% from 255) = 18.18%
R=48.18%
G=33.64%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.62
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121488000.300.620.1730.9160.5557.25
HexD4945001E3E111f3d39
Octal3242241200367621377571
Binary110101001001010010100000111101111101000111111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49450; }

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

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

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

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

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

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

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

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