#D49864

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

Shades of Whiskey #D49864

Tints of Whiskey #D49864

Color information

#D49864 (or 0xD49864) is unknown color: approx Whiskey. HEX triplet: D4, 98 and 64. RGB value is (212,152,100). Sum of RGB (Red+Green+Blue) = 212+152+100=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 100 (39.45% from 255 or 21.55% from 464); Max value from RGB is 212 - color contains mainly: red. Hex color #D49864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49864 is #2B679B. Grayscale: #A4A4A4. Windows color (decimal): -2844572 or 6592724. OLE color: 6592724.

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

Color convert

RGB212152100-
CMYK00.280.530.17
HSL27.86º56.57%61.18%-
HSV(B)27.86º52.83%83.14%-
XYZ40.6837.3717.13-
YUV164.0191.88162.23-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.69%
GREEN value IS 152 (59.77% from 255) = 32.76%
BLUE value IS 100 (39.45% from 255) = 21.55%
R=45.69%
G=32.76%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215210000.280.530.1727.8656.5761.18
HexD4986401C35111c393d
Octal3242301440346521347175
Binary110101001001100011001000111001101011000111100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49864; }

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

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

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

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

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

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

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

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