#DAA6C8

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

Shades of Maverick #DAA6C8

Tints of Maverick #DAA6C8

Color information

#DAA6C8 (or 0xDAA6C8) is unknown color: approx Maverick. HEX triplet: DA, A6 and C8. RGB value is (218,166,200). Sum of RGB (Red+Green+Blue) = 218+166+200=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 166 (65.23% from 255 or 28.42% from 584); Blue value is 200 (78.52% from 255 or 34.25% from 584); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA6C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA6C8 is #255937. Grayscale: #B9B9B9. Windows color (decimal): -2447672 or 13149914. OLE color: 13149914.

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

Color convert

RGB218166200-
CMYK00.240.080.15
HSL320.77º41.27%75.29%-
HSV(B)320.77º23.85%85.49%-
XYZ52.9746.3560.8-
YUV185.42136.23151.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.33%
GREEN value IS 166 (65.23% from 255) = 28.42%
BLUE value IS 200 (78.52% from 255) = 34.25%
R=37.33%
G=28.42%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816620000.240.080.15320.7741.2775.29
HexDAA6C80188F141294b
Octal332246310030101750151113
Binary110110101010011011001000011000100011111010000011010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA6C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA6C8; }

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

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

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

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

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

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

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

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