#D49565

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

Shades of Whiskey #D49565

Tints of Whiskey #D49565

Color information

#D49565 (or 0xD49565) is unknown color: approx Whiskey. HEX triplet: D4, 95 and 65. RGB value is (212,149,101). Sum of RGB (Red+Green+Blue) = 212+149+101=462 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.89% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 101 (39.84% from 255 or 21.86% from 462); Max value from RGB is 212 - color contains mainly: red. Hex color #D49565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49565 is #2B6A9A. Grayscale: #A2A2A2. Windows color (decimal): -2845339 or 6657492. OLE color: 6657492.

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

Color convert

RGB212149101-
CMYK00.300.520.17
HSL25.95º56.35%61.37%-
HSV(B)25.95º52.36%83.14%-
XYZ40.2536.4317.22-
YUV162.3693.37163.4-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.89%
GREEN value IS 149 (58.59% from 255) = 32.25%
BLUE value IS 101 (39.84% from 255) = 21.86%
R=45.89%
G=32.25%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214910100.300.520.1725.9556.3561.37
HexD4956501E34111a383d
Octal3242251450366421327075
Binary110101001001010111001010111101101001000111010111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49565; }

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

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

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

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

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

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

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

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