#D49564

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

Shades of Whiskey #D49564

Tints of Whiskey #D49564

Color information

#D49564 (or 0xD49564) is unknown color: approx Whiskey. HEX triplet: D4, 95 and 64. RGB value is (212,149,100). Sum of RGB (Red+Green+Blue) = 212+149+100=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 100 (39.45% from 255 or 21.69% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D49564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49564 is #2B6A9B. Grayscale: #A2A2A2. Windows color (decimal): -2845340 or 6591956. OLE color: 6591956.

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

Color convert

RGB212149100-
CMYK00.300.530.17
HSL26.25º56.57%61.18%-
HSV(B)26.25º52.83%83.14%-
XYZ40.236.4116.97-
YUV162.2592.87163.48-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.99%
GREEN value IS 149 (58.59% from 255) = 32.32%
BLUE value IS 100 (39.45% from 255) = 21.69%
R=45.99%
G=32.32%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214910000.300.530.1726.2556.5761.18
HexD4956401E35111a393d
Octal3242251440366521327175
Binary110101001001010111001000111101101011000111010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49564; }

 p { color: rgb(212,149,100); }

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

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

 a { background-color: rgb(212,149,100); }

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

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

 span { border-color: rgb(212,149,100); }

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