#DAA2C9

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

Shades of Maverick #DAA2C9

Tints of Maverick #DAA2C9

Color information

#DAA2C9 (or 0xDAA2C9) is unknown color: approx Maverick. HEX triplet: DA, A2 and C9. RGB value is (218,162,201). Sum of RGB (Red+Green+Blue) = 218+162+201=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 162 (63.67% from 255 or 27.88% from 581); Blue value is 201 (78.91% from 255 or 34.60% from 581); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA2C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA2C9 is #255D36. Grayscale: #B7B7B7. Windows color (decimal): -2448695 or 13214426. OLE color: 13214426.

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

Color convert

RGB218162201-
CMYK00.260.080.15
HSL318.21º43.08%74.51%-
HSV(B)318.21º25.69%85.49%-
XYZ52.3844.9661.18-
YUV183.19138.05152.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.52%
GREEN value IS 162 (63.67% from 255) = 27.88%
BLUE value IS 201 (78.91% from 255) = 34.60%
R=37.52%
G=27.88%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816220100.260.080.15318.2143.0874.51
HexDAA2C901A8F13e2b4b
Octal332242311032101747653113
Binary110110101010001011001001011010100011111001111101010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA2C9; }

 p { color: rgb(218,162,201); }

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

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

 a { background-color: rgb(218,162,201); }

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

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

 span { border-color: rgb(218,162,201); }

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