#D6A7BF

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

Shades of Maverick #D6A7BF

Tints of Maverick #D6A7BF

Color information

#D6A7BF (or 0xD6A7BF) is unknown color: approx Maverick. HEX triplet: D6, A7 and BF. RGB value is (214,167,191). Sum of RGB (Red+Green+Blue) = 214+167+191=572 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.41% from 572); Green value is 167 (65.62% from 255 or 29.20% from 572); Blue value is 191 (75% from 255 or 33.39% from 572); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A7BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A7BF is #295840. Grayscale: #B7B7B7. Windows color (decimal): -2709569 or 12560342. OLE color: 12560342.

HSL color Cylindrical-coordinate representation of color #D6A7BF: hue angle of 329.36º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D6A7BF is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB214167191-
CMYK00.220.110.16
HSL329.36º36.43%74.71%-
HSV(B)329.36º21.96%83.92%-
XYZ50.9545.755.42-
YUV183.79132.07149.55-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.41%
GREEN value IS 167 (65.62% from 255) = 29.20%
BLUE value IS 191 (75% from 255) = 33.39%
R=37.41%
G=29.20%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416719100.220.110.16329.3636.4374.71
HexD6A7BF016B10149244b
Octal326247277026132051144113
Binary1101011010100111101111110101101011100001010010011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A7BF; }

 p { color: rgb(214,167,191); }

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

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

 a { background-color: rgb(214,167,191); }

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

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

 span { border-color: rgb(214,167,191); }

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