Html Css Color HEX #DAAAB9 Melanie

📋 copy color: '#DAAAB9'

red 218 ◦ green 170 ◦ blue 185

#DAAAB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melanie #DAAAB9

Tints of Melanie #DAAAB9

RGB

 RED value IS 218 (85.55% from 255) = 38.05%

 GREEN value IS 170 (66.8% from 255) = 29.67%

 BLUE value IS 185 (72.66% from 255) = 32.29%

R = 38.05%
G = 29.67%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DAAAB9 (or 0xDAAAB9) is known color: Melanie. HEX triplet: DA, AA and B9. RGB value is (218,170,185). Sum of RGB (Red+Green+Blue) = 218+170+185=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 170 (66.80% from 255 or 29.67% from 573); Blue value is 185 (72.66% from 255 or 32.29% from 573); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAAB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAAB9 is #255546. Grayscale: #BABABA. Windows color (decimal): -2446663 or 12167898. OLE color: 12167898.

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

Color convert

RGB 218 170 185 -
CMYK 0 0.22 0.15 0.15
HSL 341.25º 0.39% 0.76% -
HSV(B) 341.25º 0.22% 0.85% -
XYZ 52.05 47.16 52.26 -
YUV 186.06 127.4 150.78 -
System Red Green Blue C M Y K H S L
Decimal 218 170 185 0 0.22 0.15 0.15 341.25 0.39 0.76
Hex DA AA B9 0 16 F F 155 27 4C
Octal 332 252 271 0 26 17 17 525 47 114
Binary 11011010 10101010 10111001 0 10110 1111 1111 101010101 100111 1001100

Color Harmonies of #DAAAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAAB9

Black with #DAAAB9

Text Example


Text Example

White with #DAAAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAAB9; }

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

 H1.HeaderClassName
 {
   color: #DAAAB9;
 }
 .AnyTagClassName
 {
   color: #DAAAB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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