#D4A1BF

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

Shades of Maverick #D4A1BF

Tints of Maverick #D4A1BF

Color information

#D4A1BF (or 0xD4A1BF) is unknown color: approx Maverick. HEX triplet: D4, A1 and BF. RGB value is (212,161,191). Sum of RGB (Red+Green+Blue) = 212+161+191=564 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.59% from 564); Green value is 161 (63.28% from 255 or 28.55% from 564); Blue value is 191 (75% from 255 or 33.87% from 564); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A1BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A1BF is #2B5E40. Grayscale: #B3B3B3. Windows color (decimal): -2842177 or 12558804. OLE color: 12558804.

HSL color Cylindrical-coordinate representation of color #D4A1BF: hue angle of 324.71º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4A1BF is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB212161191-
CMYK00.240.100.17
HSL324.71º37.23%73.14%-
HSV(B)324.71º24.06%83.14%-
XYZ49.343.2555.04-
YUV179.67134.4151.06-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.59%
GREEN value IS 161 (63.28% from 255) = 28.55%
BLUE value IS 191 (75% from 255) = 33.87%
R=37.59%
G=28.55%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216119100.240.100.17324.7137.2373.14
HexD4A1BF018A111452549
Octal324241277030122150545111
Binary1101010010100001101111110110001010100011010001011001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A1BF; }

 p { color: rgb(212,161,191); }

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

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

 a { background-color: rgb(212,161,191); }

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

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

 span { border-color: rgb(212,161,191); }

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