#DAA4CA

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

Shades of Maverick #DAA4CA

Tints of Maverick #DAA4CA

Color information

#DAA4CA (or 0xDAA4CA) is unknown color: approx Maverick. HEX triplet: DA, A4 and CA. RGB value is (218,164,202). Sum of RGB (Red+Green+Blue) = 218+164+202=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 164 (64.45% from 255 or 28.08% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA4CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA4CA is #255B35. Grayscale: #B8B8B8. Windows color (decimal): -2448182 or 13280474. OLE color: 13280474.

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

Color convert

RGB218164202-
CMYK00.250.070.15
HSL317.78º42.19%74.9%-
HSV(B)317.78º24.77%85.49%-
XYZ52.8545.7261.92-
YUV184.48137.89151.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.33%
GREEN value IS 164 (64.45% from 255) = 28.08%
BLUE value IS 202 (79.30% from 255) = 34.59%
R=37.33%
G=28.08%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816420200.250.070.15317.7842.1974.9
HexDAA4CA0197F13e2a4b
Octal33224431203171747652113
Binary11011010101001001100101001100111111111001111101010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA4CA; }

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

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

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

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

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

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

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

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