#D6A6BF

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

Shades of Maverick #D6A6BF

Tints of Maverick #D6A6BF

Color information

#D6A6BF (or 0xD6A6BF) is unknown color: approx Maverick. HEX triplet: D6, A6 and BF. RGB value is (214,166,191). Sum of RGB (Red+Green+Blue) = 214+166+191=571 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.48% from 571); Green value is 166 (65.23% from 255 or 29.07% from 571); Blue value is 191 (75% from 255 or 33.45% from 571); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A6BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A6BF is #295940. Grayscale: #B7B7B7. Windows color (decimal): -2709825 or 12560086. OLE color: 12560086.

HSL color Cylindrical-coordinate representation of color #D6A6BF: hue angle of 328.75º degrees, saturation: 0.37, 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 #D6A6BF is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB214166191-
CMYK00.220.110.16
HSL328.75º36.92%74.51%-
HSV(B)328.75º22.43%83.92%-
XYZ50.7745.3355.36-
YUV183.2132.4149.97-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.48%
GREEN value IS 166 (65.23% from 255) = 29.07%
BLUE value IS 191 (75% from 255) = 33.45%
R=37.48%
G=29.07%
B=33.45%

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
Decimal21416619100.220.110.16328.7536.9274.51
HexD6A6BF016B10149254b
Octal326246277026132051145113
Binary1101011010100110101111110101101011100001010010011001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A6BF; }

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

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

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

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

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

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

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

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