#D9AAC3

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

Shades of Maverick #D9AAC3

Tints of Maverick #D9AAC3

Color information

#D9AAC3 (or 0xD9AAC3) is unknown color: approx Maverick. HEX triplet: D9, AA and C3. RGB value is (217,170,195). Sum of RGB (Red+Green+Blue) = 217+170+195=582 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.29% from 582); Green value is 170 (66.80% from 255 or 29.21% from 582); Blue value is 195 (76.56% from 255 or 33.51% from 582); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AAC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AAC3 is #26553C. Grayscale: #BABABA. Windows color (decimal): -2512189 or 12823257. OLE color: 12823257.

HSL color Cylindrical-coordinate representation of color #D9AAC3: hue angle of 328.09º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9AAC3 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB217170195-
CMYK00.220.100.15
HSL328.09º38.21%75.88%-
HSV(B)328.09º21.66%85.1%-
XYZ52.8447.4458-
YUV186.9132.57149.47-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.29%
GREEN value IS 170 (66.80% from 255) = 29.21%
BLUE value IS 195 (76.56% from 255) = 33.51%
R=37.29%
G=29.21%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717019500.220.100.15328.0938.2175.88
HexD9AAC3016AF148264c
Octal331252303026121751046114
Binary110110011010101011000011010110101011111010010001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AAC3; }

 p { color: rgb(217,170,195); }

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

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

 a { background-color: rgb(217,170,195); }

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

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

 span { border-color: rgb(217,170,195); }

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