#D1A4BF

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

Shades of Maverick #D1A4BF

Tints of Maverick #D1A4BF

Color information

#D1A4BF (or 0xD1A4BF) is unknown color: approx Maverick. HEX triplet: D1, A4 and BF. RGB value is (209,164,191). Sum of RGB (Red+Green+Blue) = 209+164+191=564 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.06% from 564); Green value is 164 (64.45% from 255 or 29.08% from 564); Blue value is 191 (75% from 255 or 33.87% from 564); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A4BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A4BF is #2E5B40. Grayscale: #B4B4B4. Windows color (decimal): -3038017 or 12559569. OLE color: 12559569.

HSL color Cylindrical-coordinate representation of color #D1A4BF: hue angle of 324º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D1A4BF is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB209164191-
CMYK00.220.090.18
HSL324º32.85%73.14%-
HSV(B)324º21.53%81.96%-
XYZ48.9743.8755.18-
YUV180.53133.91148.3-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.06%
GREEN value IS 164 (64.45% from 255) = 29.08%
BLUE value IS 191 (75% from 255) = 33.87%
R=37.06%
G=29.08%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916419100.220.090.1832432.8573.14
HexD1A4BF0169121442149
Octal321244277026112250441111
Binary1101000110100100101111110101101001100101010001001000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A4BF; }

 p { color: rgb(209,164,191); }

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

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

 a { background-color: rgb(209,164,191); }

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

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

 span { border-color: rgb(209,164,191); }

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