#DCA9B9

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

Shades of Melanie #DCA9B9

Tints of Melanie #DCA9B9

Color information

#DCA9B9 (or 0xDCA9B9) is unknown color: approx Melanie. HEX triplet: DC, A9 and B9. RGB value is (220,169,185). Sum of RGB (Red+Green+Blue) = 220+169+185=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 169 (66.41% from 255 or 29.44% from 574); Blue value is 185 (72.66% from 255 or 32.23% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA9B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA9B9 is #235646. Grayscale: #BABABA. Windows color (decimal): -2315847 or 12167644. OLE color: 12167644.

HSL color Cylindrical-coordinate representation of color #DCA9B9: hue angle of 341.18º 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 #DCA9B9 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB220169185-
CMYK00.230.160.14
HSL341.18º42.15%76.27%-
HSV(B)341.18º23.18%86.27%-
XYZ52.4647.0952.22-
YUV186.07127.4152.2-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.33%
GREEN value IS 169 (66.41% from 255) = 29.44%
BLUE value IS 185 (72.66% from 255) = 32.23%
R=38.33%
G=29.44%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016918500.230.160.14341.1842.1576.27
HexDCA9B901710E1552a4c
Octal334251271027201652552114
Binary1101110010101001101110010101111000011101010101011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA9B9; }

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

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

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

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

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

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

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

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