#DAA0CA

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

Shades of Maverick #DAA0CA

Tints of Maverick #DAA0CA

Color information

#DAA0CA (or 0xDAA0CA) is unknown color: approx Maverick. HEX triplet: DA, A0 and CA. RGB value is (218,160,202). Sum of RGB (Red+Green+Blue) = 218+160+202=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 160 (62.89% from 255 or 27.59% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA0CA is #255F35. Grayscale: #B6B6B6. Windows color (decimal): -2449206 or 13279450. OLE color: 13279450.

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

Color convert

RGB218160202-
CMYK00.270.070.15
HSL316.55º43.94%74.12%-
HSV(B)316.55º26.61%85.49%-
XYZ52.1444.3161.68-
YUV182.13139.22153.58-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.59%
GREEN value IS 160 (62.89% from 255) = 27.59%
BLUE value IS 202 (79.30% from 255) = 34.83%
R=37.59%
G=27.59%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816020200.270.070.15316.5543.9474.12
HexDAA0CA01B7F13d2c4a
Octal33224031203371747554112
Binary11011010101000001100101001101111111111001111011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA0CA; }

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

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

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

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

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

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

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

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