#DAA1C8

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

Shades of Maverick #DAA1C8

Tints of Maverick #DAA1C8

Color information

#DAA1C8 (or 0xDAA1C8) is unknown color: approx Maverick. HEX triplet: DA, A1 and C8. RGB value is (218,161,200). Sum of RGB (Red+Green+Blue) = 218+161+200=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 161 (63.28% from 255 or 27.81% from 579); Blue value is 200 (78.52% from 255 or 34.54% from 579); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA1C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA1C8 is #255E37. Grayscale: #B6B6B6. Windows color (decimal): -2448952 or 13148634. OLE color: 13148634.

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

Color convert

RGB218161200-
CMYK00.260.080.15
HSL318.95º43.51%74.31%-
HSV(B)318.95º26.15%85.49%-
XYZ52.0844.5760.5-
YUV182.49137.88153.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.65%
GREEN value IS 161 (63.28% from 255) = 27.81%
BLUE value IS 200 (78.52% from 255) = 34.54%
R=37.65%
G=27.81%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816120000.260.080.15318.9543.5174.31
HexDAA1C801A8F13f2c4a
Octal332241310032101747754112
Binary110110101010000111001000011010100011111001111111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA1C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA1C8; }

 p { color: rgb(218,161,200); }

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

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

 a { background-color: rgb(218,161,200); }

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

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

 span { border-color: rgb(218,161,200); }

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