#D4A2BF

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

Shades of Maverick #D4A2BF

Tints of Maverick #D4A2BF

Color information

#D4A2BF (or 0xD4A2BF) is unknown color: approx Maverick. HEX triplet: D4, A2 and BF. RGB value is (212,162,191). Sum of RGB (Red+Green+Blue) = 212+162+191=565 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.52% from 565); Green value is 162 (63.67% from 255 or 28.67% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A2BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A2BF is #2B5D40. Grayscale: #B4B4B4. Windows color (decimal): -2841921 or 12559060. OLE color: 12559060.

HSL color Cylindrical-coordinate representation of color #D4A2BF: hue angle of 325.2º 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 #D4A2BF is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB212162191-
CMYK00.240.100.17
HSL325.2º36.76%73.33%-
HSV(B)325.2º23.58%83.14%-
XYZ49.4843.655.1-
YUV180.26134.06150.64-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.52%
GREEN value IS 162 (63.67% from 255) = 28.67%
BLUE value IS 191 (75% from 255) = 33.81%
R=37.52%
G=28.67%
B=33.81%

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
Decimal21216219100.240.100.17325.236.7673.33
HexD4A2BF018A111452549
Octal324242277030122150545111
Binary1101010010100010101111110110001010100011010001011001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A2BF; }

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

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

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

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

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

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

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

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