#DAA8B9

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

Shades of Melanie #DAA8B9

Tints of Melanie #DAA8B9

Color information

#DAA8B9 (or 0xDAA8B9) is unknown color: approx Melanie. HEX triplet: DA, A8 and B9. RGB value is (218,168,185). Sum of RGB (Red+Green+Blue) = 218+168+185=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 168 (66.02% from 255 or 29.42% from 571); Blue value is 185 (72.66% from 255 or 32.40% from 571); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA8B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA8B9 is #255746. Grayscale: #B8B8B8. Windows color (decimal): -2447175 or 12167386. OLE color: 12167386.

HSL color Cylindrical-coordinate representation of color #DAA8B9: hue angle of 339.6º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAA8B9 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB218168185-
CMYK00.230.150.15
HSL339.6º40.32%75.69%-
HSV(B)339.6º22.94%85.49%-
XYZ51.6746.4152.13-
YUV184.89128.06151.62-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.18%
GREEN value IS 168 (66.02% from 255) = 29.42%
BLUE value IS 185 (72.66% from 255) = 32.40%
R=38.18%
G=29.42%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816818500.230.150.15339.640.3275.69
HexDAA8B9017FF154284c
Octal332250271027171752450114
Binary110110101010100010111001010111111111111010101001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA8B9; }

 p { color: rgb(218,168,185); }

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

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

 a { background-color: rgb(218,168,185); }

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

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

 span { border-color: rgb(218,168,185); }

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