#D6AAC9

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

Shades of Maverick #D6AAC9

Tints of Maverick #D6AAC9

Color information

#D6AAC9 (or 0xD6AAC9) is unknown color: approx Maverick. HEX triplet: D6, AA and C9. RGB value is (214,170,201). Sum of RGB (Red+Green+Blue) = 214+170+201=585 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.58% from 585); Green value is 170 (66.80% from 255 or 29.06% from 585); Blue value is 201 (78.91% from 255 or 34.36% from 585); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AAC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AAC9 is #295536. Grayscale: #BABABA. Windows color (decimal): -2708791 or 13216470. OLE color: 13216470.

HSL color Cylindrical-coordinate representation of color #D6AAC9: hue angle of 317.73º 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 #D6AAC9 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB214170201-
CMYK00.210.060.16
HSL317.73º34.92%75.29%-
HSV(B)317.73º20.56%83.92%-
XYZ52.6547.2661.61-
YUV186.69136.08147.48-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.58%
GREEN value IS 170 (66.80% from 255) = 29.06%
BLUE value IS 201 (78.91% from 255) = 34.36%
R=36.58%
G=29.06%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417020100.210.060.16317.7334.9275.29
HexD6AAC901561013e234b
Octal32625231102562047643113
Binary110101101010101011001001010101110100001001111101000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AAC9; }

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

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

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

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

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

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

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

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