#D6AAC7

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

Shades of Maverick #D6AAC7

Tints of Maverick #D6AAC7

Color information

#D6AAC7 (or 0xD6AAC7) is unknown color: approx Maverick. HEX triplet: D6, AA and C7. RGB value is (214,170,199). Sum of RGB (Red+Green+Blue) = 214+170+199=583 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.71% from 583); Green value is 170 (66.80% from 255 or 29.16% from 583); Blue value is 199 (78.12% from 255 or 34.13% from 583); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AAC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AAC7 is #295538. Grayscale: #BABABA. Windows color (decimal): -2708793 or 13085398. OLE color: 13085398.

HSL color Cylindrical-coordinate representation of color #D6AAC7: hue angle of 320.45º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6AAC7 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB214170199-
CMYK00.210.070.16
HSL320.45º34.92%75.29%-
HSV(B)320.45º20.56%83.92%-
XYZ52.4247.1760.37-
YUV186.46135.08147.64-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.71%
GREEN value IS 170 (66.80% from 255) = 29.16%
BLUE value IS 199 (78.12% from 255) = 34.13%
R=36.71%
G=29.16%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417019900.210.070.16320.4534.9275.29
HexD6AAC7015710140234b
Octal32625230702572050043113
Binary110101101010101011000111010101111100001010000001000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AAC7; }

 p { color: rgb(214,170,199); }

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

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

 a { background-color: rgb(214,170,199); }

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

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

 span { border-color: rgb(214,170,199); }

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