#D49857

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

Shades of Whiskey Sour #D49857

Tints of Whiskey Sour #D49857

Color information

#D49857 (or 0xD49857) is unknown color: approx Whiskey Sour. HEX triplet: D4, 98 and 57. RGB value is (212,152,87). Sum of RGB (Red+Green+Blue) = 212+152+87=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 152 (59.77% from 255 or 33.70% from 451); Blue value is 87 (34.38% from 255 or 19.29% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D49857 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49857 is #2B67A8. Grayscale: #A2A2A2. Windows color (decimal): -2844585 or 5740756. OLE color: 5740756.

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

Color convert

RGB21215287-
CMYK00.280.590.17
HSL31.2º59.24%58.63%-
HSV(B)31.2º58.96%83.14%-
XYZ40.137.1414.07-
YUV162.5385.38163.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.01%
GREEN value IS 152 (59.77% from 255) = 33.70%
BLUE value IS 87 (34.38% from 255) = 19.29%
R=47.01%
G=33.70%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.59
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121528700.280.590.1731.259.2458.63
HexD4985701C3B111f3b3b
Octal3242301270347321377373
Binary110101001001100010101110111001110111000111111111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49857; }

 p { color: rgb(212,152,87); }

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

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

 a { background-color: rgb(212,152,87); }

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

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

 span { border-color: rgb(212,152,87); }

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