#D9A6C7

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

Shades of Maverick #D9A6C7

Tints of Maverick #D9A6C7

Color information

#D9A6C7 (or 0xD9A6C7) is unknown color: approx Maverick. HEX triplet: D9, A6 and C7. RGB value is (217,166,199). Sum of RGB (Red+Green+Blue) = 217+166+199=582 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.29% from 582); Green value is 166 (65.23% from 255 or 28.52% from 582); Blue value is 199 (78.12% from 255 or 34.19% from 582); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A6C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A6C7 is #265938. Grayscale: #B8B8B8. Windows color (decimal): -2513209 or 13084377. OLE color: 13084377.

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

Color convert

RGB217166199-
CMYK00.240.080.15
HSL321.18º40.16%75.1%-
HSV(B)321.18º23.5%85.1%-
XYZ52.5646.1560.17-
YUV185.01135.9150.82-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.29%
GREEN value IS 166 (65.23% from 255) = 28.52%
BLUE value IS 199 (78.12% from 255) = 34.19%
R=37.29%
G=28.52%
B=34.19%

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
Decimal21716619900.240.080.15321.1840.1675.1
HexD9A6C70188F141284b
Octal331246307030101750150113
Binary110110011010011011000111011000100011111010000011010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A6C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A6C7; }

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

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

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

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

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

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

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

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