#DAA6CA

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

Shades of Maverick #DAA6CA

Tints of Maverick #DAA6CA

Color information

#DAA6CA (or 0xDAA6CA) is unknown color: approx Maverick. HEX triplet: DA, A6 and CA. RGB value is (218,166,202). Sum of RGB (Red+Green+Blue) = 218+166+202=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 166 (65.23% from 255 or 28.33% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA6CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA6CA is #255935. Grayscale: #B9B9B9. Windows color (decimal): -2447670 or 13280986. OLE color: 13280986.

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

Color convert

RGB218166202-
CMYK00.240.070.15
HSL318.46º41.27%75.29%-
HSV(B)318.46º23.85%85.49%-
XYZ53.2146.4462.04-
YUV185.65137.23151.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.20%
GREEN value IS 166 (65.23% from 255) = 28.33%
BLUE value IS 202 (79.30% from 255) = 34.47%
R=37.20%
G=28.33%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816620200.240.070.15318.4641.2775.29
HexDAA6CA0187F13e294b
Octal33224631203071747651113
Binary11011010101001101100101001100011111111001111101010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA6CA; }

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

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

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

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

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

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

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

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