#D3A4BF

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

Shades of Maverick #D3A4BF

Tints of Maverick #D3A4BF

Color information

#D3A4BF (or 0xD3A4BF) is unknown color: approx Maverick. HEX triplet: D3, A4 and BF. RGB value is (211,164,191). Sum of RGB (Red+Green+Blue) = 211+164+191=566 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.28% from 566); Green value is 164 (64.45% from 255 or 28.98% from 566); Blue value is 191 (75% from 255 or 33.75% from 566); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A4BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A4BF is #2C5B40. Grayscale: #B5B5B5. Windows color (decimal): -2906945 or 12559571. OLE color: 12559571.

HSL color Cylindrical-coordinate representation of color #D3A4BF: hue angle of 325.53º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D3A4BF is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB211164191-
CMYK00.220.090.17
HSL325.53º34.81%73.53%-
HSV(B)325.53º22.27%82.75%-
XYZ49.5444.1655.2-
YUV181.13133.57149.3-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.28%
GREEN value IS 164 (64.45% from 255) = 28.98%
BLUE value IS 191 (75% from 255) = 33.75%
R=37.28%
G=28.98%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21116419100.220.090.17325.5334.8173.53
HexD3A4BF016911146234a
Octal323244277026112150643112
Binary1101001110100100101111110101101001100011010001101000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A4BF; }

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

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

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

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

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

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

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

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