#DAA9C5

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

Shades of Maverick #DAA9C5

Tints of Maverick #DAA9C5

Color information

#DAA9C5 (or 0xDAA9C5) is unknown color: approx Maverick. HEX triplet: DA, A9 and C5. RGB value is (218,169,197). Sum of RGB (Red+Green+Blue) = 218+169+197=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 169 (66.41% from 255 or 28.94% from 584); Blue value is 197 (77.34% from 255 or 33.73% from 584); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA9C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA9C5 is #25563A. Grayscale: #BABABA. Windows color (decimal): -2446907 or 12954074. OLE color: 12954074.

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

Color convert

RGB218169197-
CMYK00.220.100.15
HSL325.71º39.84%75.88%-
HSV(B)325.71º22.48%85.49%-
XYZ53.1847.3159.15-
YUV186.84133.73150.22-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.33%
GREEN value IS 169 (66.41% from 255) = 28.94%
BLUE value IS 197 (77.34% from 255) = 33.73%
R=37.33%
G=28.94%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816919700.220.100.15325.7139.8475.88
HexDAA9C5016AF146284c
Octal332251305026121750650114
Binary110110101010100111000101010110101011111010001101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA9C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA9C5; }

 p { color: rgb(218,169,197); }

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

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

 a { background-color: rgb(218,169,197); }

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

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

 span { border-color: rgb(218,169,197); }

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