#D49A63

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

Shades of Whiskey Sour #D49A63

Tints of Whiskey Sour #D49A63

Color information

#D49A63 (or 0xD49A63) is unknown color: approx Whiskey Sour. HEX triplet: D4, 9A and 63. RGB value is (212,154,99). Sum of RGB (Red+Green+Blue) = 212+154+99=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 99 (39.06% from 255 or 21.29% from 465); Max value from RGB is 212 - color contains mainly: red. Hex color #D49A63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49A63 is #2B659C. Grayscale: #A5A5A5. Windows color (decimal): -2844061 or 6527700. OLE color: 6527700.

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

Color convert

RGB21215499-
CMYK00.270.530.17
HSL29.2º56.78%60.98%-
HSV(B)29.2º53.3%83.14%-
XYZ40.9638.0116.98-
YUV165.0790.72161.47-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.59%
GREEN value IS 154 (60.55% from 255) = 33.12%
BLUE value IS 99 (39.06% from 255) = 21.29%
R=45.59%
G=33.12%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121549900.270.530.1729.256.7860.98
HexD49A6301B35111d393d
Octal3242321430336521357175
Binary110101001001101011000110110111101011000111101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49A63; }

 p { color: rgb(212,154,99); }

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

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

 a { background-color: rgb(212,154,99); }

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

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

 span { border-color: rgb(212,154,99); }

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