#D49250

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

Shades of Whiskey Sour #D49250

Tints of Whiskey Sour #D49250

Color information

#D49250 (or 0xD49250) is unknown color: approx Whiskey Sour. HEX triplet: D4, 92 and 50. RGB value is (212,146,80). Sum of RGB (Red+Green+Blue) = 212+146+80=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 80 (31.64% from 255 or 18.26% from 438); Max value from RGB is 212 - color contains mainly: red. Hex color #D49250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49250 is #2B6DAF. Grayscale: #9E9E9E. Windows color (decimal): -2846128 or 5280468. OLE color: 5280468.

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

Color convert

RGB21214680-
CMYK00.310.620.17
HSL30º60.55%57.25%-
HSV(B)30º62.26%83.14%-
XYZ38.8835.1312.32-
YUV158.2183.87166.37-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.40%
GREEN value IS 146 (57.42% from 255) = 33.33%
BLUE value IS 80 (31.64% from 255) = 18.26%
R=48.40%
G=33.33%
B=18.26%

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
Decimal2121468000.310.620.173060.5557.25
HexD4925001F3E111e3d39
Octal3242221200377621367571
Binary110101001001001010100000111111111101000111110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49250; }

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

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

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

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

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

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

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

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