#DCA9BE

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

Shades of Melanie #DCA9BE

Tints of Melanie #DCA9BE

Color information

#DCA9BE (or 0xDCA9BE) is unknown color: approx Melanie. HEX triplet: DC, A9 and BE. RGB value is (220,169,190). Sum of RGB (Red+Green+Blue) = 220+169+190=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 169 (66.41% from 255 or 29.19% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA9BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA9BE is #235641. Grayscale: #BABABA. Windows color (decimal): -2315842 or 12495324. OLE color: 12495324.

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

Color convert

RGB220169190-
CMYK00.230.140.14
HSL335.29º42.15%76.27%-
HSV(B)335.29º23.18%86.27%-
XYZ5347.3155.05-
YUV186.64129.9151.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.00%
GREEN value IS 169 (66.41% from 255) = 29.19%
BLUE value IS 190 (74.61% from 255) = 32.82%
R=38.00%
G=29.19%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016919000.230.140.14335.2942.1576.27
HexDCA9BE017EE14f2a4c
Octal334251276027161651752114
Binary110111001010100110111110010111111011101010011111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA9BE; }

 p { color: rgb(220,169,190); }

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

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

 a { background-color: rgb(220,169,190); }

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

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

 span { border-color: rgb(220,169,190); }

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