#D9A6C9

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

Shades of Maverick #D9A6C9

Tints of Maverick #D9A6C9

Color information

#D9A6C9 (or 0xD9A6C9) is unknown color: approx Maverick. HEX triplet: D9, A6 and C9. RGB value is (217,166,201). Sum of RGB (Red+Green+Blue) = 217+166+201=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 166 (65.23% from 255 or 28.42% from 584); Blue value is 201 (78.91% from 255 or 34.42% from 584); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A6C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A6C9 is #265936. Grayscale: #B9B9B9. Windows color (decimal): -2513207 or 13215449. OLE color: 13215449.

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

Color convert

RGB217166201-
CMYK00.240.070.15
HSL318.82º40.16%75.1%-
HSV(B)318.82º23.5%85.1%-
XYZ52.7946.2461.4-
YUV185.24136.9150.65-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.16%
GREEN value IS 166 (65.23% from 255) = 28.42%
BLUE value IS 201 (78.91% from 255) = 34.42%
R=37.16%
G=28.42%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716620100.240.070.15318.8240.1675.1
HexD9A6C90187F13f284b
Octal33124631103071747750113
Binary11011001101001101100100101100011111111001111111010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A6C9; }

 p { color: rgb(217,166,201); }

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

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

 a { background-color: rgb(217,166,201); }

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

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

 span { border-color: rgb(217,166,201); }

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