#DAA5CA

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

Shades of Maverick #DAA5CA

Tints of Maverick #DAA5CA

Color information

#DAA5CA (or 0xDAA5CA) is unknown color: approx Maverick. HEX triplet: DA, A5 and CA. RGB value is (218,165,202). Sum of RGB (Red+Green+Blue) = 218+165+202=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 165 (64.84% from 255 or 28.21% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA5CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA5CA is #255A35. Grayscale: #B8B8B8. Windows color (decimal): -2447926 or 13280730. OLE color: 13280730.

HSL color Cylindrical-coordinate representation of color #DAA5CA: hue angle of 318.11º degrees, saturation: 0.42, 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 #DAA5CA is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB218165202-
CMYK00.240.070.15
HSL318.11º41.73%75.1%-
HSV(B)318.11º24.31%85.49%-
XYZ53.0346.0861.98-
YUV185.06137.56151.49-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.26%
GREEN value IS 165 (64.84% from 255) = 28.21%
BLUE value IS 202 (79.30% from 255) = 34.53%
R=37.26%
G=28.21%
B=34.53%

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
Decimal21816520200.240.070.15318.1141.7375.1
HexDAA5CA0187F13e2a4b
Octal33224531203071747652113
Binary11011010101001011100101001100011111111001111101010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA5CA; }

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

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

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

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

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

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

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

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