#DAA2C8

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

Shades of Maverick #DAA2C8

Tints of Maverick #DAA2C8

Color information

#DAA2C8 (or 0xDAA2C8) is unknown color: approx Maverick. HEX triplet: DA, A2 and C8. RGB value is (218,162,200). Sum of RGB (Red+Green+Blue) = 218+162+200=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 162 (63.67% from 255 or 27.93% from 580); Blue value is 200 (78.52% from 255 or 34.48% from 580); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA2C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA2C8 is #255D37. Grayscale: #B6B6B6. Windows color (decimal): -2448696 or 13148890. OLE color: 13148890.

HSL color Cylindrical-coordinate representation of color #DAA2C8: hue angle of 319.29º 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 #DAA2C8 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB218162200-
CMYK00.260.080.15
HSL319.29º43.08%74.51%-
HSV(B)319.29º25.69%85.49%-
XYZ52.2644.9260.56-
YUV183.08137.55152.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.59%
GREEN value IS 162 (63.67% from 255) = 27.93%
BLUE value IS 200 (78.52% from 255) = 34.48%
R=37.59%
G=27.93%
B=34.48%

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
Decimal21816220000.260.080.15319.2943.0874.51
HexDAA2C801A8F13f2b4b
Octal332242310032101747753113
Binary110110101010001011001000011010100011111001111111010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA2C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA2C8; }

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

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

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

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

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

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

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

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