#D49865

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

Shades of Whiskey #D49865

Tints of Whiskey #D49865

Color information

#D49865 (or 0xD49865) is unknown color: approx Whiskey. HEX triplet: D4, 98 and 65. RGB value is (212,152,101). Sum of RGB (Red+Green+Blue) = 212+152+101=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 152 (59.77% from 255 or 32.69% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 212 - color contains mainly: red. Hex color #D49865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49865 is #2B679A. Grayscale: #A4A4A4. Windows color (decimal): -2844571 or 6658260. OLE color: 6658260.

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

Color convert

RGB212152101-
CMYK00.280.520.17
HSL27.57º56.35%61.37%-
HSV(B)27.57º52.36%83.14%-
XYZ40.7337.3917.38-
YUV164.1392.38162.15-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.59%
GREEN value IS 152 (59.77% from 255) = 32.69%
BLUE value IS 101 (39.84% from 255) = 21.72%
R=45.59%
G=32.69%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215210100.280.520.1727.5756.3561.37
HexD4986501C34111c383d
Octal3242301450346421347075
Binary110101001001100011001010111001101001000111100111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49865; }

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

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

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

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

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

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

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

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