#DAA1CA

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

Shades of Maverick #DAA1CA

Tints of Maverick #DAA1CA

Color information

#DAA1CA (or 0xDAA1CA) is unknown color: approx Maverick. HEX triplet: DA, A1 and CA. RGB value is (218,161,202). Sum of RGB (Red+Green+Blue) = 218+161+202=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 161 (63.28% from 255 or 27.71% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA1CA is #255E35. Grayscale: #B6B6B6. Windows color (decimal): -2448950 or 13279706. OLE color: 13279706.

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

Color convert

RGB218161202-
CMYK00.260.070.15
HSL316.84º43.51%74.31%-
HSV(B)316.84º26.15%85.49%-
XYZ52.3244.6661.74-
YUV182.72138.88153.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.52%
GREEN value IS 161 (63.28% from 255) = 27.71%
BLUE value IS 202 (79.30% from 255) = 34.77%
R=37.52%
G=27.71%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816120200.260.070.15316.8443.5174.31
HexDAA1CA01A7F13d2c4a
Octal33224131203271747554112
Binary11011010101000011100101001101011111111001111011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA1CA; }

 p { color: rgb(218,161,202); }

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

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

 a { background-color: rgb(218,161,202); }

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

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

 span { border-color: rgb(218,161,202); }

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