#DAA8C9

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

Shades of Maverick #DAA8C9

Tints of Maverick #DAA8C9

Color information

#DAA8C9 (or 0xDAA8C9) is unknown color: approx Maverick. HEX triplet: DA, A8 and C9. RGB value is (218,168,201). Sum of RGB (Red+Green+Blue) = 218+168+201=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 168 (66.02% from 255 or 28.62% from 587); Blue value is 201 (78.91% from 255 or 34.24% from 587); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA8C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA8C9 is #255736. Grayscale: #BABABA. Windows color (decimal): -2447159 or 13215962. OLE color: 13215962.

HSL color Cylindrical-coordinate representation of color #DAA8C9: hue angle of 320.4º 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 #DAA8C9 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB218168201-
CMYK00.230.080.15
HSL320.4º40.32%75.69%-
HSV(B)320.4º22.94%85.49%-
XYZ53.4647.1361.54-
YUV186.71136.06150.32-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.14%
GREEN value IS 168 (66.02% from 255) = 28.62%
BLUE value IS 201 (78.91% from 255) = 34.24%
R=37.14%
G=28.62%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816820100.230.080.15320.440.3275.69
HexDAA8C90178F140284c
Octal332250311027101750050114
Binary110110101010100011001001010111100011111010000001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA8C9; }

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

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

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

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

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

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

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

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