#DAA8CA

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

Shades of Maverick #DAA8CA

Tints of Maverick #DAA8CA

Color information

#DAA8CA (or 0xDAA8CA) is unknown color: approx Maverick. HEX triplet: DA, A8 and CA. RGB value is (218,168,202). Sum of RGB (Red+Green+Blue) = 218+168+202=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 168 (66.02% from 255 or 28.57% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA8CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA8CA is #255735. Grayscale: #BABABA. Windows color (decimal): -2447158 or 13281498. OLE color: 13281498.

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

Color convert

RGB218168202-
CMYK00.230.070.15
HSL319.2º40.32%75.69%-
HSV(B)319.2º22.94%85.49%-
XYZ53.5847.1762.16-
YUV186.83136.56150.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.07%
GREEN value IS 168 (66.02% from 255) = 28.57%
BLUE value IS 202 (79.30% from 255) = 34.35%
R=37.07%
G=28.57%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816820200.230.070.15319.240.3275.69
HexDAA8CA0177F13f284c
Octal33225031202771747750114
Binary11011010101010001100101001011111111111001111111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA8CA; }

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

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

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

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

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

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

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

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