#DAA6C5

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

Shades of Maverick #DAA6C5

Tints of Maverick #DAA6C5

Color information

#DAA6C5 (or 0xDAA6C5) is unknown color: approx Maverick. HEX triplet: DA, A6 and C5. RGB value is (218,166,197). Sum of RGB (Red+Green+Blue) = 218+166+197=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 166 (65.23% from 255 or 28.57% from 581); Blue value is 197 (77.34% from 255 or 33.91% from 581); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA6C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA6C5 is #25593A. Grayscale: #B9B9B9. Windows color (decimal): -2447675 or 12953306. OLE color: 12953306.

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

Color convert

RGB218166197-
CMYK00.240.100.15
HSL324.23º41.27%75.29%-
HSV(B)324.23º23.85%85.49%-
XYZ52.6346.2158.97-
YUV185.08134.73151.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.52%
GREEN value IS 166 (65.23% from 255) = 28.57%
BLUE value IS 197 (77.34% from 255) = 33.91%
R=37.52%
G=28.57%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816619700.240.100.15324.2341.2775.29
HexDAA6C5018AF144294b
Octal332246305030121750451113
Binary110110101010011011000101011000101011111010001001010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA6C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA6C5; }

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

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

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

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

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

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

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

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