#DAA7B7

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

Shades of Melanie #DAA7B7

Tints of Melanie #DAA7B7

Color information

#DAA7B7 (or 0xDAA7B7) is unknown color: approx Melanie. HEX triplet: DA, A7 and B7. RGB value is (218,167,183). Sum of RGB (Red+Green+Blue) = 218+167+183=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 167 (65.62% from 255 or 29.40% from 568); Blue value is 183 (71.88% from 255 or 32.22% from 568); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA7B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA7B7 is #255848. Grayscale: #B8B8B8. Windows color (decimal): -2447433 or 12036058. OLE color: 12036058.

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

Color convert

RGB218167183-
CMYK00.230.160.15
HSL341.18º40.8%75.49%-
HSV(B)341.18º23.39%85.49%-
XYZ51.2845.9650.97-
YUV184.07127.4152.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.38%
GREEN value IS 167 (65.62% from 255) = 29.40%
BLUE value IS 183 (71.88% from 255) = 32.22%
R=38.38%
G=29.40%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816718300.230.160.15341.1840.875.49
HexDAA7B701710F155294b
Octal332247267027201752551113
Binary1101101010100111101101110101111000011111010101011010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA7B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA7B7; }

 p { color: rgb(218,167,183); }

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

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

 a { background-color: rgb(218,167,183); }

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

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

 span { border-color: rgb(218,167,183); }

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